Module: libav Branch: master Commit: 2c4d7bf0083fc79a144ffed84200412cbf3f603c
Author: Kostya Shishkov <[email protected]> Committer: Mans Rullgard <[email protected]> Date: Wed Jul 13 12:21:00 2011 +0100 mxfenc: include needed header for ff_iso8601_to_unix_time() prototype Signed-off-by: Mans Rullgard <[email protected]> --- 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 }; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
