]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpjpeg.c
lavf: update ff_probe_input_buffer documentation
[ffmpeg] / libavformat / mpjpeg.c
index 2e745721bfd4f8172bd98d771e3d9996b9bb90a0..76f598598b9d2535959236271aca509ea596ae90 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Multipart JPEG format
- * Copyright (c) 2000, 2001, 2002, 2003 Fabrice Bellard.
+ * Copyright (c) 2000, 2001, 2002, 2003 Fabrice Bellard
  *
  * This file is part of FFmpeg.
  *
@@ -53,9 +53,9 @@ static int mpjpeg_write_trailer(AVFormatContext *s)
     return 0;
 }
 
-AVOutputFormat mpjpeg_muxer = {
+AVOutputFormat ff_mpjpeg_muxer = {
     "mpjpeg",
-    "Mime multipart JPEG format",
+    NULL_IF_CONFIG_SMALL("MIME multipart JPEG format"),
     "multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,
     "mjpg",
     0,