FFmpeg/libavcodec
Martin Storsjö 1b6da627d4 avcodec: Remove a misplaced and useless attribute_deprecated
If attribute_deprecated is used in an enum declaration, it
should follow the 'enum' keyword, otherwise it's ignored
silently. This is the only case of attribute_deprecated for
enum declarations currently.

Currently, this attribute_deprecated doesn't have any effect.
If moved to the right place, it emits a warning every single
time avcodec.h is included, like this:

avcodec.h:2827: warning: ‘AVLPCType’ is deprecated (declared at avcodec.h:543)

There is already a working attribute_deprecated for the
corresponding field in AVCodecContext, so therefore this
one shouldn't be needed.

Signed-off-by: Martin Storsjö <martin@martin.st>
2011-11-03 09:47:57 +02:00
..
2011-10-21 12:49:01 +01:00
2011-11-02 17:21:45 -04:00
2011-11-02 17:21:45 -04:00
2011-11-02 17:21:45 -04:00
2011-11-02 17:21:45 -04:00
2011-10-24 15:26:24 +01:00
2011-10-29 15:16:54 -04:00
2011-10-21 01:00:41 -07:00
2011-10-21 01:00:41 -07:00
2011-10-28 23:37:30 -07:00
2011-10-21 01:00:41 -07:00
2011-10-21 01:00:41 -07:00
2011-10-21 01:00:41 -07:00
2011-11-03 00:59:12 +01:00
2011-11-03 00:59:12 +01:00
2011-10-20 21:06:58 +02:00
2011-10-21 01:00:41 -07:00
2011-10-20 13:09:46 -04:00
2011-10-29 12:54:08 -07:00
2011-10-22 22:51:00 +02:00
2011-11-02 10:42:54 +01:00