diff options
author | Stefano Sabatini | 2008-05-15 22:51:38 +0000 |
---|---|---|
committer | Diego Biurrun | 2008-05-15 22:51:38 +0000 |
commit | 88c52162613ff3fa2661a677c9693ef376cbdbdb (patch) | |
tree | 390d122c9c2b50654cb06fb3731f7a0525a6ca40 /libavcodec/roqvideoenc.c | |
parent | 3f60afad28eccc1d3e2bf55e537583b361ebdf2e (diff) |
cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13172 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/roqvideoenc.c')
-rw-r--r-- | libavcodec/roqvideoenc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/roqvideoenc.c b/libavcodec/roqvideoenc.c index 667b821e11..e742938748 100644 --- a/libavcodec/roqvideoenc.c +++ b/libavcodec/roqvideoenc.c @@ -24,7 +24,7 @@ /** * @file roqvideoenc.c - * Id RoQ encoder by Vitor. Based on the Switchblade3 library and the + * id RoQ encoder by Vitor. Based on the Switchblade3 library and the * Switchblade3 FFmpeg glue by Eric Lasota. */ @@ -1066,5 +1066,5 @@ AVCodec roq_encoder = roq_encode_end, .supported_framerates = (AVRational[]){{30,1}, {0,0}}, .pix_fmts = (enum PixelFormat[]){PIX_FMT_YUV444P, PIX_FMT_NONE}, - .long_name = "Id RoQ video", + .long_name = "id RoQ video", }; |