You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Drop explicit filenames from @file Doxygen tags.
The filename is unnecessary and brittle across file renames.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file libavcodec/lagarith.c
|
||||
* @file
|
||||
* Lagarith lossless decoder
|
||||
* @author Nathan Caldwell
|
||||
*/
|
||||
|
@@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file libavcodec/lagarithrac.c
|
||||
* @file
|
||||
* Lagarith range decoder
|
||||
* @author Nathan Caldwell
|
||||
* @author David Conrad
|
||||
|
@@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file libavcodec/lagarithrac.h
|
||||
* @file
|
||||
* Lagarith range decoder
|
||||
* @author Nathan Caldwell
|
||||
* @author David Conrad
|
||||
|
Reference in New Issue
Block a user