This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
65d5edcd2c
commit
1912c215e0
5 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/flashsv2enc.c
+1
-1
libavcodec/msvideo1enc.c
+1
-1
libavfilter/transform.c
+1
-1
libavfilter/transform.h
+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
Write
Preview
Loading…
Cancel
Save