mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
remuxing .opus files to .webm codec->delay must be copied too
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
8fe06e7ae8
commit
200cfab8c4
1
ffmpeg.c
1
ffmpeg.c
@ -2375,6 +2375,7 @@ static int transcode_init(void)
|
|||||||
codec->frame_size = icodec->frame_size;
|
codec->frame_size = icodec->frame_size;
|
||||||
codec->audio_service_type = icodec->audio_service_type;
|
codec->audio_service_type = icodec->audio_service_type;
|
||||||
codec->block_align = icodec->block_align;
|
codec->block_align = icodec->block_align;
|
||||||
|
codec->delay = icodec->delay;
|
||||||
if((codec->block_align == 1 || codec->block_align == 1152 || codec->block_align == 576) && codec->codec_id == AV_CODEC_ID_MP3)
|
if((codec->block_align == 1 || codec->block_align == 1152 || codec->block_align == 576) && codec->codec_id == AV_CODEC_ID_MP3)
|
||||||
codec->block_align= 0;
|
codec->block_align= 0;
|
||||||
if(codec->codec_id == AV_CODEC_ID_AC3)
|
if(codec->codec_id == AV_CODEC_ID_AC3)
|
||||||
|
Loading…
Reference in New Issue
Block a user