Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-06-13 13:30:42 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2008-06-13 13:30:42 +0400
commita74dc5b9146fff53d414ad81a75a5a2621f4ac8a (patch)
treedbbf5a21871206f6e2b54e8094cd4aee39315e0d /libavcodec/roqvideodec.c
parentd58ddafdbc828f36808c796171a0dc3b885744c5 (diff)
Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software
Originally committed as revision 13762 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/roqvideodec.c')
-rw-r--r--libavcodec/roqvideodec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/roqvideodec.c b/libavcodec/roqvideodec.c
index 98498b5e91..5ddfa4924d 100644
--- a/libavcodec/roqvideodec.c
+++ b/libavcodec/roqvideodec.c
@@ -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"),
};