]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpjpeg.c
Remove gif demuxer, the code contains a gif decoder and lzw decoder neither
[ffmpeg] / libavformat / mpjpeg.c
index 2e745721bfd4f8172bd98d771e3d9996b9bb90a0..ecaad55ea74207025b18f9186d56a663d34885bd 100644 (file)
@@ -55,7 +55,7 @@ static int mpjpeg_write_trailer(AVFormatContext *s)
 
 AVOutputFormat mpjpeg_muxer = {
     "mpjpeg",
-    "Mime multipart JPEG format",
+    NULL_IF_CONFIG_SMALL("Mime multipart JPEG format"),
     "multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,
     "mjpg",
     0,