diff options
author | Ben Littler <tempn@twmi.rr.com> | 2008-05-21 15:51:04 +0000 |
---|---|---|
committer | Ben Littler <tempn@twmi.rr.com> | 2008-05-21 15:51:04 +0000 |
commit | 74a926ff0492cce3007df7a66f7e59332f3b1f96 (patch) | |
tree | f851fd76d0aecd876dcd9c112444407275155e2f | |
parent | 1b068b298488408e48b7a846e1f2e9dc2f2d2cad (diff) | |
download | ffmpeg-74a926ff0492cce3007df7a66f7e59332f3b1f96.tar.gz |
update adding codec docs
Originally committed as revision 13209 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index 02d489a24e..aa7ea8f6a2 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -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 |