mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 18:32:22 +00:00
fixing warning
Originally committed as revision 315 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
43f1708f8b
commit
f5d1f41b11
@ -35,6 +35,7 @@
|
|||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
#include "bswap.h" // needed for the bitstream writer in common.h which is included in avformat.h
|
#include "bswap.h" // needed for the bitstream writer in common.h which is included in avformat.h
|
||||||
#include "avformat.h"
|
#include "avformat.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user