Passing an explicit filename to this command is only necessary if the
documentation in the @file block refers to a file different from the
one the block resides in.
Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -22,7 +22,8 @@ |
| 22 | 22 |
*/ |
| 23 | 23 |
|
| 24 | 24 |
/** |
| 25 |
- * @file libavcodec/imc.c IMC - Intel Music Coder |
|
| 25 |
+ * @file |
|
| 26 |
+ * IMC - Intel Music Coder |
|
| 26 | 27 |
* A mdct based codec using a 256 points large transform |
| 27 | 28 |
* divied into 32 bands with some mix of scale factors. |
| 28 | 29 |
* Only mono is supported. |
| ... | ... |
@@ -20,7 +20,7 @@ |
| 20 | 20 |
*/ |
| 21 | 21 |
|
| 22 | 22 |
/** |
| 23 |
- * @file libavcodec/interplayvideo.c |
|
| 23 |
+ * @file |
|
| 24 | 24 |
* Interplay MVE Video Decoder by Mike Melanson (melanson@pcisys.net) |
| 25 | 25 |
* For more information about the Interplay MVE format, visit: |
| 26 | 26 |
* http://www.pcisys.net/~melanson/codecs/interplay-mve.txt |
| ... | ... |
@@ -21,7 +21,7 @@ |
| 21 | 21 |
*/ |
| 22 | 22 |
|
| 23 | 23 |
/** |
| 24 |
-* @file libavcodec/libdiracdec.c |
|
| 24 |
+* @file |
|
| 25 | 25 |
* Dirac decoder support via libdirac library; more details about the Dirac |
| 26 | 26 |
* project can be found at http://dirac.sourceforge.net/. |
| 27 | 27 |
* The libdirac_decoder library implements Dirac specification version 2.2 |
| ... | ... |
@@ -21,7 +21,7 @@ |
| 21 | 21 |
*/ |
| 22 | 22 |
|
| 23 | 23 |
/** |
| 24 |
-* @file libavcodec/libdiracenc.c |
|
| 24 |
+* @file |
|
| 25 | 25 |
* Dirac encoding support via libdirac library; more details about the |
| 26 | 26 |
* Dirac project can be found at http://dirac.sourceforge.net/. |
| 27 | 27 |
* The libdirac_encoder library implements Dirac specification version 2.2 |
| ... | ... |
@@ -20,7 +20,7 @@ |
| 20 | 20 |
*/ |
| 21 | 21 |
|
| 22 | 22 |
/** |
| 23 |
-* @file libavcodec/libschroedingerdec.c |
|
| 23 |
+* @file |
|
| 24 | 24 |
* Dirac decoder support via libschroedinger-1.0 libraries. More details about |
| 25 | 25 |
* the Schroedinger project can be found at http://www.diracvideo.org/. |
| 26 | 26 |
* The library implements Dirac Specification Version 2.2. |
| ... | ... |
@@ -20,7 +20,7 @@ |
| 20 | 20 |
*/ |
| 21 | 21 |
|
| 22 | 22 |
/** |
| 23 |
-* @file libavcodec/libschroedingerenc.c |
|
| 23 |
+* @file |
|
| 24 | 24 |
* Dirac encoder support via libschroedinger-1.0 libraries. More details about |
| 25 | 25 |
* the Schroedinger project can be found at http://www.diracvideo.org/. |
| 26 | 26 |
* The library implements Dirac Specification Version 2.2 |