]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/roqvideodec.c
Give more meaningful message on BMP header parsing error
[ffmpeg] / libavcodec / roqvideodec.c
index 98498b5e919bd7b0646c3552fd203048428b8564..5ddfa4924dc22991846226df6bfd66270b973991 100644 (file)
@@ -20,8 +20,8 @@
 
 /**
  * @file roqvideodec.c
- * Id RoQ Video Decoder by Dr. Tim Ferguson
- * For more information about the Id RoQ format, visit:
+ * id RoQ Video Decoder by Dr. Tim Ferguson
+ * For more information about the id RoQ format, visit:
  *   http://www.csse.monash.edu.au/~timf/
  */
 
@@ -219,5 +219,5 @@ AVCodec roq_decoder = {
     roq_decode_end,
     roq_decode_frame,
     CODEC_CAP_DR1,
-    .long_name = NULL_IF_CONFIG_SMALL("Id RoQ video"),
+    .long_name = NULL_IF_CONFIG_SMALL("id RoQ video"),
 };