projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
[ffmpeg.git]
/
libavcodec
/
movtextdec.c
diff --git
a/libavcodec/movtextdec.c
b/libavcodec/movtextdec.c
index
b34523d
..
52668e2
100644
(file)
--- a/
libavcodec/movtextdec.c
+++ b/
libavcodec/movtextdec.c
@@
-100,7
+100,7
@@
AVCodec ff_movtext_decoder = {
.name = "mov_text",
.long_name = NULL_IF_CONFIG_SMALL("3GPP Timed Text subtitle"),
.type = AVMEDIA_TYPE_SUBTITLE,
- .id = CODEC_ID_MOV_TEXT,
+ .id =
AV_
CODEC_ID_MOV_TEXT,
.init = mov_text_init,
.decode = mov_text_decode_frame,
};