Commit b8e6dfd3 authored by stefano's avatar stefano

Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13762 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 79ed9d8a
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
/** /**
* @file roqvideodec.c * @file roqvideodec.c
* Id RoQ Video Decoder by Dr. Tim Ferguson * id RoQ Video Decoder by Dr. Tim Ferguson
* For more information about the Id RoQ format, visit: * For more information about the id RoQ format, visit:
* http://www.csse.monash.edu.au/~timf/ * http://www.csse.monash.edu.au/~timf/
*/ */
...@@ -219,5 +219,5 @@ AVCodec roq_decoder = { ...@@ -219,5 +219,5 @@ AVCodec roq_decoder = {
roq_decode_end, roq_decode_end,
roq_decode_frame, roq_decode_frame,
CODEC_CAP_DR1, CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("Id RoQ video"), .long_name = NULL_IF_CONFIG_SMALL("id RoQ video"),
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment