diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-27 00:01:06 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-27 00:01:06 +0000 |
commit | d95a0c67ae1dbcace6b4043a6cbedcc23d3f319d (patch) | |
tree | 222ef775d16278f83234c02be94aed3c65fb55d9 /doc/general.texi | |
parent | b6fec3eb7f9ddfda25202eb272900ffdeeb753b3 (diff) | |
download | ffmpeg-d95a0c67ae1dbcace6b4043a6cbedcc23d3f319d.tar.gz |
Move output_example.c --> libavformat/output-example.c.
The libavformat directory is a better place for a libavformat API example.
Originally committed as revision 18199 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/general.texi b/doc/general.texi index 6a14b17ebe..a19c3b180b 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -753,7 +753,7 @@ Application Wizard, uncheck the "Precompiled headers" option. @item Write the source code for your application, or, for testing, just copy the code from an existing sample application into the source file that MSVC++ has already created for you. For example, you can copy -@file{output_example.c} from the FFmpeg distribution. +@file{libavformat/output-example.c} from the FFmpeg distribution. @item Open the "Project / Properties" dialog box. In the "Configuration" combo box, select "All Configurations" so that the changes you make will @@ -967,8 +967,8 @@ decoding). Look at @file{libavcodec/apiexample.c} to see how to use it. @item libavformat is the library containing the file format handling (mux and demux code for several formats). Look at @file{ffplay.c} to use it in a -player. See @file{output_example.c} to use it to generate audio or video -streams. +player. See @file{libavformat/output-example.c} to use it to generate +audio or video streams. @end itemize |