1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-04 09:37:53 +02:00

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

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 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 the supported codecs table in the documentation and bump the second
component of the @file{libavcodec} version number appropriately. If 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. is only a decoder.
@item @item
Compiler warnings indicate potential bugs or code with bad style. If a type of Compiler warnings indicate potential bugs or code with bad style. If a type of