[FFmpeg-devel] [PATCH 1/2] lavf/nut: define fourcc DVBT for DVB_TELETEXT.
Nicolas George
nicolas.george at normalesup.org
Sun Aug 19 10:31:25 CEST 2012
Allow "-map 0:s -c:s copy" to copy all subtitles streams.
Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
---
libavformat/nut.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/nut.c b/libavformat/nut.c
index 7e3c83a..a266d52 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -29,6 +29,7 @@ const AVCodecTag ff_nut_subtitle_tags[] = {
{ AV_CODEC_ID_SSA , MKTAG('S', 'S', 'A', 0 ) },
{ AV_CODEC_ID_DVD_SUBTITLE, MKTAG('D', 'V', 'D', 'S') },
{ AV_CODEC_ID_DVB_SUBTITLE, MKTAG('D', 'V', 'B', 'S') },
+ { AV_CODEC_ID_DVB_TELETEXT, MKTAG('D', 'V', 'B', 'T') },
{ AV_CODEC_ID_NONE , 0 }
};
--
1.7.10.4
More information about the ffmpeg-devel
mailing list