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
This commit is contained in:
David Conrad 2010-03-07 02:35:45 +00:00
parent 148e8f2d29
commit 457c08ba3c
1 changed files with 1 additions and 0 deletions

View 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.