Commit 4de933c3 authored by reimar's avatar reimar
parent 471a1f32
...@@ -171,6 +171,7 @@ const AVCodecTag codec_movaudio_tags[] = { ...@@ -171,6 +171,7 @@ const AVCodecTag codec_movaudio_tags[] = {
const AVCodecTag ff_codec_movsubtitle_tags[] = { const AVCodecTag ff_codec_movsubtitle_tags[] = {
{ CODEC_ID_MOV_TEXT, MKTAG('t', 'e', 'x', 't') }, { CODEC_ID_MOV_TEXT, MKTAG('t', 'e', 'x', 't') },
{ CODEC_ID_MOV_TEXT, MKTAG('t', 'x', '3', 'g') },
{ CODEC_ID_NONE, 0 }, { CODEC_ID_NONE, 0 },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment