diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-05 15:03:55 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-06-05 15:03:55 +0000 |
commit | ffa5ed2464ded23c3a4b3a0bea81d83e9b4899c6 (patch) | |
tree | dd5df7b6a76f90144575a4a75f4fd748ab8f43a9 /libavformat/raw.c | |
parent | 359bbdabf3675f337965ef96f3af73d47dfac2b5 (diff) | |
download | ffmpeg-ffa5ed2464ded23c3a4b3a0bea81d83e9b4899c6.tar.gz |
cosmetics: s/Id/id/ in libavformat where Id refers to id Software.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13662 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/raw.c')
-rw-r--r-- | libavformat/raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/raw.c b/libavformat/raw.c index 5217209bd1..3d91a29393 100644 --- a/libavformat/raw.c +++ b/libavformat/raw.c @@ -597,7 +597,7 @@ AVInputFormat gsm_demuxer = { AVOutputFormat roq_muxer = { "RoQ", - NULL_IF_CONFIG_SMALL("Id RoQ format"), + NULL_IF_CONFIG_SMALL("id RoQ format"), NULL, "roq", 0, |