]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpjpeg.c
Move doxygen documentation from lzo.c to lzo.h
[ffmpeg] / libavformat / mpjpeg.c
index 2e745721bfd4f8172bd98d771e3d9996b9bb90a0..b09bac23b3afa67cebb72829bcb5af9ae4f9a708 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.
  *
@@ -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,