]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/jpeglsenc.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / jpeglsenc.c
index 805c48e507033aa55975a1b639981c9bcd6072ad..15e0d111ecc6114a5839a4dca9daaff0b552a3f7 100644 (file)
@@ -395,7 +395,7 @@ static av_cold int encode_init_ls(AVCodecContext *ctx) {
 AVCodec ff_jpegls_encoder = { //FIXME avoid MPV_* lossless JPEG should not need them
     .name           = "jpegls",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_JPEGLS,
+    .id             = AV_CODEC_ID_JPEGLS,
     .priv_data_size = sizeof(JpeglsContext),
     .init           = encode_init_ls,
     .encode2        = encode_picture_ls,