]> git.sesse.net Git - ffmpeg/commit
lavc: remove uneffective attribute_deprecated on enum
authorwm4 <nfxjfg@googlemail.com>
Wed, 27 Dec 2017 02:47:28 +0000 (03:47 +0100)
committerwm4 <nfxjfg@googlemail.com>
Wed, 27 Dec 2017 02:47:28 +0000 (03:47 +0100)
commit8f9024f2ca4740c4ed80dea1e9c890c9217013bd
tree19af19154a9a5f103971ac43b5dbefc8775a3aca
parent1dd82edea5ab689f9a94e14cb2cf6d382cbf9ee6
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.
libavcodec/avcodec.h