Browse Source

Fix filenames in Doxygen comments.

Originally committed as revision 16811 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
99ed41a808
15 changed files with 15 additions and 15 deletions
  1. +1
    -1
      libavcodec/adxdec.c
  2. +1
    -1
      libavcodec/adxenc.c
  3. +1
    -1
      libavcodec/dcadata.h
  4. +1
    -1
      libavcodec/elbg.c
  5. +1
    -1
      libavcodec/h264idct.c
  6. +1
    -1
      libavcodec/lcldec.c
  7. +1
    -1
      libavcodec/lclenc.c
  8. +1
    -1
      libavcodec/libfaad.c
  9. +1
    -1
      libavcodec/libmp3lame.c
  10. +1
    -1
      libavcodec/libtheoraenc.c
  11. +1
    -1
      libavcodec/libvorbis.c
  12. +1
    -1
      libavcodec/libxvidff.c
  13. +1
    -1
      libavcodec/motion-test.c
  14. +1
    -1
      libavcodec/vmdav.c
  15. +1
    -1
      libavcodec/ws-snd1.c

+ 1
- 1
libavcodec/adxdec.c View File

@@ -24,7 +24,7 @@
#include "adx.h"

/**
* @file adx.c
* @file adxdec.c
* SEGA CRI adx codecs.
*
* Reference documents:


+ 1
- 1
libavcodec/adxenc.c View File

@@ -24,7 +24,7 @@
#include "adx.h"

/**
* @file adx.c
* @file adxenc.c
* SEGA CRI adx codecs.
*
* Reference documents:


+ 1
- 1
libavcodec/dcadata.h View File

@@ -21,7 +21,7 @@
*/

/**
* @file dcadata.c
* @file dcadata.h
*/

#ifndef AVCODEC_DCADATA_H


+ 1
- 1
libavcodec/elbg.c View File

@@ -19,7 +19,7 @@
*/

/**
* @file cbook_gen.c
* @file elbg.c
* Codebook Generator using the ELBG algorithm
*/



+ 1
- 1
libavcodec/h264idct.c View File

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

/**
* @file h264-idct.c
* @file h264idct.c
* H.264 IDCT.
* @author Michael Niedermayer <michaelni@gmx.at>
*/


+ 1
- 1
libavcodec/lcldec.c View File

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

/**
* @file lcl.c
* @file lcldec.c
* LCL (LossLess Codec Library) Video Codec
* Decoder for MSZH and ZLIB codecs
* Experimental encoder for ZLIB RGB24


+ 1
- 1
libavcodec/lclenc.c View File

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

/**
* @file lcl.c
* @file lclenc.c
* LCL (LossLess Codec Library) Video Codec
* Decoder for MSZH and ZLIB codecs
* Experimental encoder for ZLIB RGB24


+ 1
- 1
libavcodec/libfaad.c View File

@@ -21,7 +21,7 @@
*/

/**
* @file faad.c
* @file libfaad.c
* AAC decoder.
*
* still a bit unfinished - but it plays something


+ 1
- 1
libavcodec/libmp3lame.c View File

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

/**
* @file mp3lameaudio.c
* @file libmp3lame.c
* Interface to libmp3lame for mp3 encoding.
*/



+ 1
- 1
libavcodec/libtheoraenc.c View File

@@ -19,7 +19,7 @@
*/

/*!
* \file theoraenc.c
* \file libtheoraenc.c
* \brief Theora encoder using libtheora.
* \author Paul Richards <paul.richards@gmail.com>
*


+ 1
- 1
libavcodec/libvorbis.c View File

@@ -19,7 +19,7 @@
*/

/**
* @file oggvorbis.c
* @file libvorbis.c
* Ogg Vorbis codec support via libvorbisenc.
* @author Mark Hills <mark@pogo.org.uk>
*/


+ 1
- 1
libavcodec/libxvidff.c View File

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

/**
* @file xvidmpeg4.c
* @file libxvidff.c
* Interface to xvidcore for MPEG-4 compliant encoding.
* @author Adam Thayer (krevnik@comcast.net)
*/


+ 1
- 1
libavcodec/motion-test.c View File

@@ -19,7 +19,7 @@
*/

/**
* @file motion_test.c
* @file motion-test.c
* motion test.
*/



+ 1
- 1
libavcodec/vmdav.c View File

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

/**
* @file vmdvideo.c
* @file vmdav.c
* Sierra VMD audio & video decoders
* by Vladimir "VAG" Gneushev (vagsoft at mail.ru)
* for more information on the Sierra VMD format, visit:


+ 1
- 1
libavcodec/ws-snd1.c View File

@@ -23,7 +23,7 @@
#include "avcodec.h"

/**
* @file ws-snd.c
* @file ws-snd1.c
* Westwood SNDx codecs.
*
* Reference documents about VQA format and its audio codecs


Loading…
Cancel
Save