diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-02-03 15:00:50 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 18:41:32 +0200 |
commit | 251cf997cff7f3869bca043d20ba771e0588cae3 (patch) | |
tree | bd132800191867bdc02cbd40f43e6375ccb88a91 /libavcodec/avcodec.h | |
parent | 41d0eb1c81c0d266824dfdbd040a54a6afeec81a (diff) | |
download | ffmpeg-251cf997cff7f3869bca043d20ba771e0588cae3.tar.gz |
lavc: remove the FF_API_INOFFICIAL cruft.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 3eac5672b1..f90aa81ab7 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1464,9 +1464,6 @@ typedef struct AVCodecContext { #define FF_COMPLIANCE_VERY_STRICT 2 ///< Strictly conform to an older more strict version of the spec or reference software. #define FF_COMPLIANCE_STRICT 1 ///< Strictly conform to all the things in the spec no matter what consequences. #define FF_COMPLIANCE_NORMAL 0 -#if FF_API_INOFFICIAL -#define FF_COMPLIANCE_INOFFICIAL -1 ///< Allow inofficial extensions (deprecated - use FF_COMPLIANCE_UNOFFICIAL instead). -#endif #define FF_COMPLIANCE_UNOFFICIAL -1 ///< Allow unofficial extensions #define FF_COMPLIANCE_EXPERIMENTAL -2 ///< Allow nonstandardized experimental things. |