update adding codec docs

Originally committed as revision 13209 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ben Littler 2008-05-21 15:51:04 +00:00
parent 1b068b2984
commit 74a926ff04
1 changed files with 1 additions and 1 deletions

View File

@ -838,7 +838,7 @@ should also be avoided if they don't make the code easier to understand.
If you add a new codec, remember to update the changelog, add it to
the supported codecs table in the documentation and bump the second
component of the @file{libavcodec} version number appropriately. If
it has a fourcc, add it to @file{libavformat/avienc.c}, even if it
it has a fourcc, add it to @file{libavformat/riff.c}, even if it
is only a decoder.
@item
Compiler warnings indicate potential bugs or code with bad style. If a type of