Add internal.h include for av_read_frame_flush prototype
authorDavid Conrad <lessen42@gmail.com>
Sun, 7 Mar 2010 02:35:45 +0000 (02:35 +0000)
committerDavid Conrad <lessen42@gmail.com>
Sun, 7 Mar 2010 02:35:45 +0000 (02:35 +0000)
Fixes build with clang

Originally committed as revision 22273 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/seek.c

index 685cbbf..a2e09a2 100644 (file)
@@ -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.