]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/tiff.c
libavutil: drop offsetof() fallback definition
[ffmpeg] / libavcodec / tiff.c
index 2a5a302e01e1fc9b282ec63a924639643d425b05..8825c47e7f30006bc3e1d68727987e8e12705355 100644 (file)
@@ -685,7 +685,7 @@ static av_cold int tiff_end(AVCodecContext *avctx)
 AVCodec ff_tiff_decoder = {
     .name           = "tiff",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_TIFF,
+    .id             = AV_CODEC_ID_TIFF,
     .priv_data_size = sizeof(TiffContext),
     .init           = tiff_init,
     .close          = tiff_end,