]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/jpeglsenc.c
merge read and and in add_paeth_prediction
[ffmpeg] / libavcodec / jpeglsenc.c
index 08ef71f71691e7fb5462af956f2ea4c60b9611ae..ce6dc10f39e6dd2d38149b6204b3fd15cc0e0276 100644 (file)
@@ -382,7 +382,7 @@ static av_cold int encode_init_ls(AVCodecContext *ctx) {
     return 0;
 }
 
-AVCodec jpegls_encoder = { //FIXME avoid MPV_* lossless JPEG should not need them
+AVCodec ff_jpegls_encoder = { //FIXME avoid MPV_* lossless JPEG should not need them
     "jpegls",
     AVMEDIA_TYPE_VIDEO,
     CODEC_ID_JPEGLS,