From 457c08ba3cf790d7e1365a5f947abc1a38c0c54e Mon Sep 17 00:00:00 2001 From: David Conrad Date: Sun, 7 Mar 2010 02:35:45 +0000 Subject: 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 --- libavformat/seek.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat') 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. -- cgit v1.2.3