Commit 7dd93f38 authored by compn's avatar compn

update adding codec docs

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13209 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a1a4aae2
...@@ -838,7 +838,7 @@ should also be avoided if they don't make the code easier to understand. ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment