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
Remove redundant and harmful explicit filename after
@file
Doxygen command.
Originally committed as revision 23971 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Diego Biurrun
15 years ago
parent
9a58234fea
commit
33edd31f5f
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/dpcm.c
+1
-1
libavcodec/pictordec.c
+ 1
- 1
libavcodec/dpcm.c
View File
@@ -20,7 +20,7 @@
*/
/**
* @file
: dpcm.c
* @file
* Assorted DPCM (differential pulse code modulation) audio codecs
* by Mike Melanson (melanson@pcisys.net)
* Xan DPCM decoder by Mario Brito (mbrito@student.dei.uc.pt)
+ 1
- 1
libavcodec/pictordec.c
View File
@@ -20,7 +20,7 @@
*/
/**
* @file
libavcodec/picdec.c
* @file
* Pictor/PC Paint decoder
*/
Write
Preview
Loading…
Cancel
Save