Browse Source

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
tags/v0.5
Stefano Sabatini 17 years ago
parent
commit
a74dc5b914
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libavcodec/roqvideodec.c

+ 3
- 3
libavcodec/roqvideodec.c View 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"),
};

Loading…
Cancel
Save