summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index c0af2d2bbe..5a67aec8ea 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -169,7 +169,7 @@ const AVCodecTag codec_movaudio_tags[] = {
};
const AVCodecTag ff_codec_movsubtitle_tags[] = {
- { CODEC_ID_TEXT, MKTAG('t', 'e', 'x', 't') },
+ { CODEC_ID_MOV_TEXT, MKTAG('t', 'e', 'x', 't') },
{ CODEC_ID_NONE, 0 },
};