]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mjpegbdec.c
ARM: intmath: use native-size return types for clipping functions
[ffmpeg] / libavcodec / mjpegbdec.c
index 3a2ae13b20940d8a35416fa151d0f793c2421b10..8c8514f2c58005f4c02615f85dc5015e6ca2387f 100644 (file)
@@ -155,12 +155,11 @@ read_header:
 AVCodec ff_mjpegb_decoder = {
     .name           = "mjpegb",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_MJPEGB,
+    .id             = AV_CODEC_ID_MJPEGB,
     .priv_data_size = sizeof(MJpegDecodeContext),
     .init           = ff_mjpeg_decode_init,
     .close          = ff_mjpeg_decode_end,
     .decode         = mjpegb_decode_frame,
     .capabilities   = CODEC_CAP_DR1,
-    .max_lowres     = 3,
     .long_name      = NULL_IF_CONFIG_SMALL("Apple MJPEG-B"),
 };