mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-19 22:10:34 +00:00
lavc: remove uneffective attribute_deprecated on enum
Does not work. Even emits a warning with some compilers that the attribute does not work on enums. It's likely that there is way to make it work, but not worth the trouble.
This commit is contained in:
parent
1dd82edea5
commit
8f9024f2ca
@ -5933,8 +5933,9 @@ AVHWAccel *av_hwaccel_next(const AVHWAccel *hwaccel);
|
||||
#if FF_API_LOCKMGR
|
||||
/**
|
||||
* Lock operation used by lockmgr
|
||||
*
|
||||
* @deprecated Deprecated together with av_lockmgr_register().
|
||||
*/
|
||||
attribute_deprecated
|
||||
enum AVLockOp {
|
||||
AV_LOCK_CREATE, ///< Create a mutex
|
||||
AV_LOCK_OBTAIN, ///< Lock the mutex
|
||||
|
Loading…
Reference in New Issue
Block a user