diff options
author | Reinhard Tartler <siretart@tauware.de> | 2011-06-30 21:06:25 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-06-30 21:19:16 +0200 |
commit | d7537a6fce140876405a66f059f14e190527388d (patch) | |
tree | 5d29e6f9e4fba4e2ee030fe3b21422fb5a596b23 /libavcodec/api-example.c | |
parent | 192bfbc1f18d50afea03c2d62ce5325fabb2f141 (diff) | |
download | ffmpeg-d7537a6fce140876405a66f059f14e190527388d.tar.gz |
doxygen: Include libavcodec and libavformat examples into the documentation
Diffstat (limited to 'libavcodec/api-example.c')
-rw-r--r-- | libavcodec/api-example.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/api-example.c b/libavcodec/api-example.c index 0221a30925..1792d60d77 100644 --- a/libavcodec/api-example.c +++ b/libavcodec/api-example.c @@ -20,8 +20,9 @@ /** * @file - * avcodec API use example. + * 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 |