1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

Fix a few @file doxy inconsistencies.

This commit is contained in:
Clément Bœsch 2012-05-04 18:50:11 +02:00
parent 49df97b282
commit 3c1d52d30b
5 changed files with 7 additions and 5 deletions

View File

@ -21,7 +21,7 @@
*/ */
/** /**
* @file libavcodec/diracdec.c * @file
* Dirac Decoder * Dirac Decoder
* @author Marco Gerards <marco@gnu.org>, David Conrad, Jordi Ortiz <nenjordi@gmail.com> * @author Marco Gerards <marco@gnu.org>, David Conrad, Jordi Ortiz <nenjordi@gmail.com>
*/ */

View File

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/exr.c * @file
* OpenEXR decoder * OpenEXR decoder
* @author Jimmy Christensen * @author Jimmy Christensen
* *

View File

@ -20,7 +20,7 @@
*/ */
/** /**
* @file libavcodec/png_parser.c * @file
* PNG parser * PNG parser
*/ */

View File

@ -21,7 +21,8 @@
*/ */
/** /**
* @file libavcodec/proresenc.c * @file
* Apple ProRes encoder (Anatoliy Wasserman version)
* Known FOURCCs: 'apch' (HQ), 'apcn' (SD), 'apcs' (LT), 'acpo' (Proxy) * Known FOURCCs: 'apch' (HQ), 'apcn' (SD), 'apcs' (LT), 'acpo' (Proxy)
*/ */

View File

@ -20,7 +20,8 @@
*/ */
/** /**
* @file advanced blur-based logo removing filter * @file
* Advanced blur-based logo removing filter
* *
* This filter loads an image mask file showing where a logo is and * This filter loads an image mask file showing where a logo is and
* uses a blur transform to remove the logo. * uses a blur transform to remove the logo.