[FFmpeg-cvslog] remuxing .opus files to .webm codec->delay must be copied too

Jan Gerber git at videolan.org
Fri Dec 20 01:33:34 CET 2013


ffmpeg | branch: master | Jan Gerber <j at v2v.cc> | Thu Dec 19 20:44:49 2013 +0530| [200cfab8c4c21a0494470441bf0e4528f0df41d6] | committer: Michael Niedermayer

remuxing .opus files to .webm codec->delay must be copied too

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=200cfab8c4c21a0494470441bf0e4528f0df41d6
---

 ffmpeg.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/ffmpeg.c b/ffmpeg.c
index a8167ed..6a2ff98 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2375,6 +2375,7 @@ static int transcode_init(void)
                 codec->frame_size         = icodec->frame_size;
                 codec->audio_service_type = icodec->audio_service_type;
                 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)
                     codec->block_align= 0;
                 if(codec->codec_id == AV_CODEC_ID_AC3)



More information about the ffmpeg-cvslog mailing list