summaryrefslogtreecommitdiff
path: root/libavformat/seek.c
diff options
context:
space:
mode:
authorDavid Conrad <lessen42@gmail.com>2010-03-07 02:35:45 +0000
committerDavid Conrad <lessen42@gmail.com>2010-03-07 02:35:45 +0000
commit457c08ba3cf790d7e1365a5f947abc1a38c0c54e (patch)
tree839bcfe87e19578251723cdec1587e5f5fb6c00e /libavformat/seek.c
parent148e8f2d295b5e8eb92dc9a1561e8e31bbb0a6d5 (diff)
downloadffmpeg-457c08ba3cf790d7e1365a5f947abc1a38c0c54e.tar.gz
Add internal.h include for av_read_frame_flush prototype
Fixes build with clang Originally committed as revision 22273 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/seek.c')
-rw-r--r--libavformat/seek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/seek.c b/libavformat/seek.c
index 685cbbfe14..a2e09a2fd4 100644
--- a/libavformat/seek.c
+++ b/libavformat/seek.c
@@ -22,6 +22,7 @@
#include "seek.h"
#include "libavutil/mem.h"
+#include "internal.h"
// NOTE: implementation should be moved here in another patch, to keep patches
// separated.