Fix filenames in Doxygen comments.

Originally committed as revision 16811 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 16 years ago
parent bd591ead45
commit 99ed41a808
  1. 2
      libavcodec/adxdec.c
  2. 2
      libavcodec/adxenc.c
  3. 2
      libavcodec/dcadata.h
  4. 2
      libavcodec/elbg.c
  5. 2
      libavcodec/h264idct.c
  6. 2
      libavcodec/lcldec.c
  7. 2
      libavcodec/lclenc.c
  8. 2
      libavcodec/libfaad.c
  9. 2
      libavcodec/libmp3lame.c
  10. 2
      libavcodec/libtheoraenc.c
  11. 2
      libavcodec/libvorbis.c
  12. 2
      libavcodec/libxvidff.c
  13. 2
      libavcodec/motion-test.c
  14. 2
      libavcodec/vmdav.c
  15. 2
      libavcodec/ws-snd1.c

@ -24,7 +24,7 @@
#include "adx.h"
/**
* @file adx.c
* @file adxdec.c
* SEGA CRI adx codecs.
*
* Reference documents:

@ -24,7 +24,7 @@
#include "adx.h"
/**
* @file adx.c
* @file adxenc.c
* SEGA CRI adx codecs.
*
* Reference documents:

@ -21,7 +21,7 @@
*/
/**
* @file dcadata.c
* @file dcadata.h
*/
#ifndef AVCODEC_DCADATA_H

@ -19,7 +19,7 @@
*/
/**
* @file cbook_gen.c
* @file elbg.c
* Codebook Generator using the ELBG algorithm
*/

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

@ -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

@ -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

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

@ -20,7 +20,7 @@
*/
/**
* @file mp3lameaudio.c
* @file libmp3lame.c
* Interface to libmp3lame for mp3 encoding.
*/

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

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

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

@ -19,7 +19,7 @@
*/
/**
* @file motion_test.c
* @file motion-test.c
* motion test.
*/

@ -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:

@ -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