-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Description
libav10 has dropped support for the CODEC_ID_* macros, renaming them to AV_CODEC_ID_*.
We can restore support just by replacing the relevant expressions in ffmpeg.c, but you might want to use a conditional macro instead. Here is the relevant entry from doc/APIchanges:
2012-08-07 - 104e10f - lavc 54.25 - avcodec.h
Rename CodecID to AVCodecID and all CODEC_ID_* to AV_CODEC_ID_*.
Metadata
Metadata
Assignees
Labels
No labels