mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
avcodec: add missing includes
This commit is contained in:
parent
aa499568af
commit
dc0c70e018
@ -25,6 +25,8 @@
|
||||
*/
|
||||
|
||||
#include "libavutil/channel_layout.h"
|
||||
#include "libavutil/mem.h"
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "ac3tab.h"
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "mpegutils.h"
|
||||
#include "rl.h"
|
||||
#include "h261.h"
|
||||
|
||||
|
@ -25,6 +25,10 @@
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "libavutil/error.h"
|
||||
#include "libavutil/mem.h"
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "mjpeg.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user