From 74a926ff0492cce3007df7a66f7e59332f3b1f96 Mon Sep 17 00:00:00 2001 From: Ben Littler Date: Wed, 21 May 2008 15:51:04 +0000 Subject: [PATCH] update adding codec docs Originally committed as revision 13209 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/general.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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