Mercurial > libavcodec.hg
changeset 7041:ade9051a6a4c libavcodec
Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software
author | stefano |
---|---|
date | Fri, 13 Jun 2008 09:30:42 +0000 |
parents | e943e1409077 |
children | 74c1f1881d1a |
files | roqvideodec.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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"), };