Commit eca406e2 authored by Patrik Kullman's avatar Patrik Kullman Committed by Robert Swain

Add libavcodec/internal.h include to avoid warning: implicit declaration of

function ‘ff_log_missing_feature’

Patch by Patrik Kullman ( patrik yes nu )

Originally committed as revision 17220 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 73d0869a
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
*/ */
#include "libavcodec/bitstream.h" #include "libavcodec/bitstream.h"
#include "libavcodec/internal.h"
#include "avformat.h" #include "avformat.h"
#define ADTS_HEADER_SIZE 7 #define ADTS_HEADER_SIZE 7
......
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