Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/samidec.c')
-rw-r--r--libavcodec/samidec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/samidec.c b/libavcodec/samidec.c
index 1852959e08..c04b8a336e 100644
--- a/libavcodec/samidec.c
+++ b/libavcodec/samidec.c
@@ -150,7 +150,7 @@ AVCodec ff_sami_decoder = {
.name = "sami",
.long_name = NULL_IF_CONFIG_SMALL("SAMI subtitle"),
.type = AVMEDIA_TYPE_SUBTITLE,
- .id = CODEC_ID_SAMI,
+ .id = AV_CODEC_ID_SAMI,
.priv_data_size = sizeof(SAMIContext),
.init = sami_init,
.close = sami_close,