Browse Source

Fix filenames in doxygen comments.

Originally committed as revision 16911 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 16 years ago
parent
commit
65ffe3e85c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      libavcodec/flicvideo.c
  2. +1
    -1
      libavcodec/mmvideo.c

+ 1
- 1
libavcodec/flicvideo.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file flic.c
* @file flicvideo.c
* Autodesk Animator FLI/FLC Video Decoder
* by Mike Melanson (melanson@pcisys.net)
* for more information on the .fli/.flc file format and all of its many


+ 1
- 1
libavcodec/mmvideo.c View File

@@ -20,7 +20,7 @@
*/

/**
* @file mm.c
* @file mmvideo.c
* American Laser Games MM Video Decoder
* by Peter Ross (suxen_drol at hotmail dot com)
*


Loading…
Cancel
Save