]> git.sesse.net Git - ffmpeg/commitdiff
mxfenc: include needed header for ff_iso8601_to_unix_time() prototype
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 13 Jul 2011 11:21:00 +0000 (12:21 +0100)
committerMans 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

index 10ba6f376152a60884f4c4ae8a87d9589785f4ec..7dadec080fd1f2b2705314a447ed2897c8e798f1 100644 (file)
@@ -39,6 +39,7 @@
 #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 };