mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-08 10:11:04 +08:00
lavf: add functions for accessing the fourcc<->CodecID mapping tables.
Fixes bug 212.
This commit is contained in:
@@ -3874,3 +3874,12 @@ int ff_add_param_change(AVPacket *pkt, int32_t channels,
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
const struct AVCodecTag *avformat_get_riff_video_tags(void)
|
||||
{
|
||||
return ff_codec_bmp_tags;
|
||||
}
|
||||
const struct AVCodecTag *avformat_get_riff_audio_tags(void)
|
||||
{
|
||||
return ff_codec_wav_tags;
|
||||
}
|
||||
|
Reference in New Issue
Block a user