avformat: enable SPU_ES muxing
commit828eef4ea805efe62df40464524d11270921136f
authorAlexandre Janniaux <ajanni@videolabs.io>
Wed, 11 Dec 2019 15:23:14 +0000 (11 16:23 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Feb 2020 11:15:39 +0000 (13 12:15 +0100)
tree026fd1e11512ea39011906b463eef47502348087
parentddc61cbac25262053eb0b03f733c35e369bb3aa7
avformat: enable SPU_ES muxing

The codec support in avformat should be mapped by the GetFfmpegCodec
call at the beginning of the function. In particular, this patch will
allow muxing subrip/text SPU within Matroska files.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/avformat/mux.c