[FFmpeg-cvslog] mxfenc: include needed header for ff_iso8601_to_unix_time() prototype

Kostya Shishkov git at videolan.org
Thu Jul 14 02:36:47 CEST 2011


ffmpeg | branch: master | Kostya Shishkov <kostya.shishkov at gmail.com> | Wed Jul 13 12:21:00 2011 +0100| [2c4d7bf0083fc79a144ffed84200412cbf3f603c] | committer: Mans Rullgard

mxfenc: include needed header for ff_iso8601_to_unix_time() prototype

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2c4d7bf0083fc79a144ffed84200412cbf3f603c
---

 libavformat/mxfenc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c
index 10ba6f3..7dadec0 100644
--- a/libavformat/mxfenc.c
+++ b/libavformat/mxfenc.c
@@ -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 };



More information about the ffmpeg-cvslog mailing list