mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Merge commit 'a3a0af4fb1'
* commit 'a3a0af4fb1':
avutil: make aes and sha api public
handle malloc failures in ff_get_wav_header
add xWMA demuxer
mpegts: force the default timebase
libavcodec: Bump micro after adding the dtx AVOptions
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
85b2114759
18 changed files with 305 additions and 19 deletions
|
|
@ -45,7 +45,7 @@ int ff_get_bmp_header(AVIOContext *pb, AVStream *st);
|
|||
void ff_put_bmp_header(AVIOContext *pb, AVCodecContext *enc, const AVCodecTag *tags, int for_asf);
|
||||
int ff_put_wav_header(AVIOContext *pb, AVCodecContext *enc);
|
||||
enum CodecID ff_wav_codec_get_id(unsigned int tag, int bps);
|
||||
void ff_get_wav_header(AVIOContext *pb, AVCodecContext *codec, int size);
|
||||
int ff_get_wav_header(AVIOContext *pb, AVCodecContext *codec, int size);
|
||||
|
||||
extern const AVCodecTag ff_codec_bmp_tags[];
|
||||
extern const AVCodecTag ff_codec_wav_tags[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue