# HG changeset patch # User stefano # Date 1213349442 0 # Node ID ade9051a6a4c40cd19d5b5069f67ea02cef574c7 # Parent e943e140907732572741b74a745a4f3eeae31172 Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software diff -r e943e1409077 -r ade9051a6a4c roqvideodec.c --- a/roqvideodec.c Thu Jun 12 21:50:13 2008 +0000 +++ b/roqvideodec.c Fri Jun 13 09:30:42 2008 +0000 @@ -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 @@ 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"), };