mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-30 22:00:51 +08:00
rename missed CodecID to AVCodecID
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
* If you add a codec ID to this list, add it so that
|
||||
* 1. no value of a existing codec ID changes (that would break ABI),
|
||||
* 2. Give it a value which when taken as ASCII is recognized uniquely by a human as this specific codec.
|
||||
* This ensures that 2 forks can independently add CodecIDs without producing conflicts.
|
||||
* This ensures that 2 forks can independently add AVCodecIDs without producing conflicts.
|
||||
*/
|
||||
enum AVCodecID {
|
||||
AV_CODEC_ID_NONE,
|
||||
|
||||
Reference in New Issue
Block a user