projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6379900
)
mxfenc: include needed header for ff_iso8601_to_unix_time() prototype
author
Kostya Shishkov
<kostya.shishkov@gmail.com>
Wed, 13 Jul 2011 11:21:00 +0000
(12:21 +0100)
committer
Mans Rullgard
<mans@mansr.com>
Wed, 13 Jul 2011 11:24:28 +0000
(12:24 +0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavformat/mxfenc.c
patch
|
blob
|
history
diff --git
a/libavformat/mxfenc.c
b/libavformat/mxfenc.c
index 10ba6f376152a60884f4c4ae8a87d9589785f4ec..7dadec080fd1f2b2705314a447ed2897c8e798f1 100644
(file)
--- a/
libavformat/mxfenc.c
+++ b/
libavformat/mxfenc.c
@@
-39,6
+39,7
@@
#include "libavcodec/bytestream.h"
#include "audiointerleave.h"
#include "avformat.h"
#include "libavcodec/bytestream.h"
#include "audiointerleave.h"
#include "avformat.h"
+#include "internal.h"
#include "mxf.h"
static const int NTSC_samples_per_frame[] = { 1602, 1601, 1602, 1601, 1602, 0 };
#include "mxf.h"
static const int NTSC_samples_per_frame[] = { 1602, 1601, 1602, 1601, 1602, 0 };