[FFmpeg-devel] [PATCH] lavf/matroskaenc: Fix Cues on Audio for WebM DASH
James Almer
jamrial at gmail.com
Fri Jun 6 21:17:53 CEST 2014
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.
More information about the ffmpeg-devel
mailing list