diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-02-15 15:50:29 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-02-16 21:37:21 +0100 |
commit | b339182eba34f28de5f1a477cdd2c84f1ef35d90 (patch) | |
tree | e284b1348b4775bef096a807277606ffca6b325b /doc/examples/output.c | |
parent | 77fbc032655534ab82627c982192323f2e0d5f18 (diff) | |
download | ffmpeg-b339182eba34f28de5f1a477cdd2c84f1ef35d90.tar.gz |
Move all example programs to doc/examples
Also drop support for building examples in library directories.
Diffstat (limited to 'doc/examples/output.c')
-rw-r--r-- | doc/examples/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/output.c b/doc/examples/output.c index 3be85dec9a..dd0e6a224e 100644 --- a/doc/examples/output.c +++ b/doc/examples/output.c @@ -24,7 +24,7 @@ * @file * libavformat API example. * - * @example doc/examples/output.c + * @example output.c * Output a media file in any supported libavformat format. The default * codecs are used. */ |