diff roqvideoenc.c @ 6812:0d01bae8d207 libavcodec

cosmetics: s/Id/id/ in libavcodec where Id refers to id Software. patch by Stefano Sabatini, stefano.sabatini-lala poste it
author diego
date Thu, 15 May 2008 22:51:38 +0000
parents e1302edb0f69
children e943e1409077
line wrap: on
line diff
--- a/roqvideoenc.c	Thu May 15 18:49:50 2008 +0000
+++ b/roqvideoenc.c	Thu May 15 22:51:38 2008 +0000
@@ -24,7 +24,7 @@
 
 /**
  * @file roqvideoenc.c
- * Id RoQ encoder by Vitor. Based on the Switchblade3 library and the
+ * id RoQ encoder by Vitor. Based on the Switchblade3 library and the
  * Switchblade3 FFmpeg glue by Eric Lasota.
  */
 
@@ -1066,5 +1066,5 @@
     roq_encode_end,
     .supported_framerates = (AVRational[]){{30,1}, {0,0}},
     .pix_fmts = (enum PixelFormat[]){PIX_FMT_YUV444P, PIX_FMT_NONE},
-    .long_name = "Id RoQ video",
+    .long_name = "id RoQ video",
 };