Browse Source

doxygen: remove a few @file parameters.

It is not mandatory and prevents breakage on rename.
tags/n0.9
Clément Bœsch 14 years ago
parent
commit
1912c215e0
5 changed files with 5 additions and 5 deletions
  1. +1
    -1
      libavcodec/flashsv2enc.c
  2. +1
    -1
      libavcodec/msvideo1enc.c
  3. +1
    -1
      libavfilter/transform.c
  4. +1
    -1
      libavfilter/transform.h
  5. +1
    -1
      libavfilter/vf_deshake.c

+ 1
- 1
libavcodec/flashsv2enc.c View File

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

/**
* @file libavcodec/flashsv2enc.c
* @file
* Flash Screen Video Version 2 encoder
* @author Joshua Warner
*/


+ 1
- 1
libavcodec/msvideo1enc.c View File

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

/**
* @file msvideo1enc.c
* @file
* Microsoft Video-1 encoder
*/



+ 1
- 1
libavfilter/transform.c View File

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

/**
* @file libavfilter/transform.c
* @file
* transform input video
*/



+ 1
- 1
libavfilter/transform.h View File

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

/**
* @file libavfilter/transform.h
* @file
* transform input video
*
* All matrices are defined as a single 9-item block of contiguous memory. For


+ 1
- 1
libavfilter/vf_deshake.c View File

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

/**
* @file libavfilter/vf_deshake.c
* @file
* fast deshake / depan video filter
*
* SAD block-matching motion compensation to fix small changes in


Loading…
Cancel
Save