]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/samidec.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / samidec.c
index 1852959e08e3cee6697978344d2f1ba3841fd76c..c04b8a336e38d4fd9f6124897fdab4a747f71f8f 100644 (file)
@@ -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,