[FFmpeg-devel] [PATCH 3/3] avformat/vivo: add support for siren codec
Compn
tempn at mi.rr.com
Sat Apr 7 01:53:55 EEST 2018
On Wed, 4 Apr 2018 16:09:37 +0200, Paul B Mahol <onemda at gmail.com>
wrote:
> + } else {
> + ast->codecpar->codec_id = AV_CODEC_ID_SIREN;
> + ast->codecpar->bits_per_coded_sample = 16;
> + ast->codecpar->block_align = 40;
> + ast->codecpar->bit_rate = 6400;
wow great!
now there is only the other vivo video codec left and then this format
can finally be completed?
-compn
More information about the ffmpeg-devel
mailing list