lavf/nut: define fourcc DVBT for DVB_TELETEXT.

Allow "-map 0:s -c:s copy" to copy all subtitles streams.
This commit is contained in:
Nicolas George 2012-08-18 23:52:55 +02:00
parent dcae2ecc13
commit 454e37ce0c
1 changed files with 1 additions and 0 deletions

View File

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