diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-09 15:39:16 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-09 15:45:12 +0200 |
commit | ffe3856de7a5f18aba36b56a314aee48d7b7ac78 (patch) | |
tree | 31c9bb019e7eb7836fa426e9f9c511bedf107ee6 | |
parent | 26f373988d61fbdf140b6d34125e195ec95bcb58 (diff) | |
download | ffmpeg-ffe3856de7a5f18aba36b56a314aee48d7b7ac78.tar.gz |
examples/encoding.c: remove reference to unexisting file
-rw-r--r-- | doc/examples/encoding.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/examples/encoding.c b/doc/examples/encoding.c index 8588d724a5..d201baeac4 100644 --- a/doc/examples/encoding.c +++ b/doc/examples/encoding.c @@ -22,7 +22,6 @@ * @file * libavcodec API use example. * - * @example libavcodec/api-example.c * Note that this library only handles codecs (mpeg, mpeg4, etc...), * not file formats (avi, vob, etc...). See library 'libavformat' for the * format handling |