[FFmpeg-cvslog] lavf/nut: define fourcc DVBT for DVB_TELETEXT.

Nicolas George git at videolan.org
Tue Aug 21 00:01:47 CEST 2012


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Sat Aug 18 23:52:55 2012 +0200| [454e37ce0c5c17b5c5029360408d60ce146fd1de] | committer: Nicolas George

lavf/nut: define fourcc DVBT for DVB_TELETEXT.

Allow "-map 0:s -c:s copy" to copy all subtitles streams.

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

 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                         }
 };
 



More information about the ffmpeg-cvslog mailing list