diff options
author | David Conrad <lessen42@gmail.com> | 2010-03-07 02:35:45 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2010-03-07 02:35:45 +0000 |
commit | 457c08ba3cf790d7e1365a5f947abc1a38c0c54e (patch) | |
tree | 839bcfe87e19578251723cdec1587e5f5fb6c00e /libavformat/seek.c | |
parent | 148e8f2d295b5e8eb92dc9a1561e8e31bbb0a6d5 (diff) | |
download | ffmpeg-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.c | 1 |
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. |