mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-12-04 09:34:53 +00:00
Merge commit '905cdcaa9d081d3d945ce555b27b43a75c3af57b'
* commit '905cdcaa9d081d3d945ce555b27b43a75c3af57b': examples/decode_audio: Add missing header for av_free() Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
commit
ebe9808aaa
@ -31,9 +31,10 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <libavcodec/avcodec.h>
|
||||
#include "libavutil/frame.h"
|
||||
#include "libavutil/mem.h"
|
||||
|
||||
#include <libavutil/frame.h>
|
||||
#include "libavcodec/avcodec.h"
|
||||
|
||||
#define AUDIO_INBUF_SIZE 20480
|
||||
#define AUDIO_REFILL_THRESH 4096
|
||||
|
Loading…
Reference in New Issue
Block a user