mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-12-18 08:58:37 +00:00
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
Block a user