forked from FFmpeg/FFmpeg
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
This commit is contained in:
parent
73d0869a2f
commit
eca406e284
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
*/
|
||||
|
||||
#include "libavcodec/bitstream.h"
|
||||
#include "libavcodec/internal.h"
|
||||
#include "avformat.h"
|
||||
|
||||
#define ADTS_HEADER_SIZE 7
|
||||
|
|
Loading…
Add table
Reference in a new issue