Commit d4944287 authored by conrad's avatar conrad

Add internal.h include for av_read_frame_flush prototype

Fixes build with clang

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22273 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 397718a3
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "seek.h" #include "seek.h"
#include "libavutil/mem.h" #include "libavutil/mem.h"
#include "internal.h"
// NOTE: implementation should be moved here in another patch, to keep patches // NOTE: implementation should be moved here in another patch, to keep patches
// separated. // separated.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment