[FFmpeg-devel] [PATCH] lavf/matroskaenc: Fix Cues on Audio for WebM DASH

Vignesh Venkatasubramanian vigneshv at google.com
Fri Jun 6 21:25:30 CEST 2014


On Fri, Jun 6, 2014 at 12:17 PM, James Almer <jamrial at gmail.com> wrote:
> On 06/06/14 3:26 PM, Vignesh Venkatasubramanian wrote:
>> Fix a change that was broken by [1]. Cues must be added for audio frames
>> on cluster start for WebM when the DASH flag is passed. Restoring
>> correct functionality.
>>
>> [1] http://goo.gl/xYLq7Z
>>
>> Signed-off-by: Vignesh Venkatasubramanian <vigneshv at google.com>
>> ---
>>  libavformat/matroskaenc.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Maybe you could add a fate test to make sure muxing of WebM DASH is not broken
> by future unrelated work with the cues or other parts of the code.
> Adding cues for audio in general is a TODO after all.

there was a discussion about adding a fate test in [1]. turns out the
only way to add a fate test it to verify the checksum of the whole
file. that seemed too fragile and could easily break with other
unrelated changes. do you have any idea as to how it can be done?

[1] https://ffmpeg.org/pipermail/ffmpeg-devel/2014-May/157895.html

> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel



-- 
Vignesh


More information about the ffmpeg-devel mailing list