Commit 99ed41a8 authored by Diego Biurrun's avatar Diego Biurrun

Fix filenames in Doxygen comments.

Originally committed as revision 16811 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bd591ead
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment