mirror of https://git.ffmpeg.org/ffmpeg.git
asfdec: add missing #include for av_bswap32()
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
c7bbc6cd7a
commit
b122c65107
|
@ -21,6 +21,7 @@
|
|||
|
||||
//#define DEBUG
|
||||
|
||||
#include "libavutil/bswap.h"
|
||||
#include "libavutil/common.h"
|
||||
#include "libavutil/avstring.h"
|
||||
#include "libavcodec/mpegaudio.h"
|
||||
|
|
Loading…
Reference in New Issue