Mercurial > libavcodec.hg
comparison api-example.c @ 11644:7dd2a45249a9 libavcodec
Remove explicit filename from Doxygen @file commands.
Passing an explicit filename to this command is only necessary if the
documentation in the @file block refers to a file different from the
one the block resides in.
| author | diego |
|---|---|
| date | Tue, 20 Apr 2010 14:45:34 +0000 |
| parents | b790df0d7046 |
| children | c96e649c4e0a |
comparison
equal
deleted
inserted
replaced
| 11643:92236ee7be0f | 11644:7dd2a45249a9 |
|---|---|
| 17 * License along with FFmpeg; if not, write to the Free Software | 17 * License along with FFmpeg; if not, write to the Free Software |
| 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 19 */ | 19 */ |
| 20 | 20 |
| 21 /** | 21 /** |
| 22 * @file libavcodec/apiexample.c | 22 * @file |
| 23 * avcodec API use example. | 23 * avcodec API use example. |
| 24 * | 24 * |
| 25 * Note that this library only handles codecs (mpeg, mpeg4, etc...), | 25 * Note that this library only handles codecs (mpeg, mpeg4, etc...), |
| 26 * not file formats (avi, vob, etc...). See library 'libavformat' for the | 26 * not file formats (avi, vob, etc...). See library 'libavformat' for the |
| 27 * format handling | 27 * format handling |
