diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-12-05 17:08:15 -0500 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-03-23 10:09:16 +0100 |
commit | 4476027d93680cd88d2f75ef1cef5b0c276a8704 (patch) | |
tree | afe52aa7509b01bdec28d1145e2b1f3b58fa29c3 /libavcodec/version.h | |
parent | bb45d11282d93af0e8d4c8fd6bc6405f7439a940 (diff) | |
download | ffmpeg-4476027d93680cd88d2f75ef1cef5b0c276a8704.tar.gz |
lavc: Drop deprecated avctx codec name
Deprecated in 04/2014.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 04f701430e..99aa9bf8cc 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -47,9 +47,6 @@ * the public API and may change, break or disappear at any time. */ -#ifndef FF_API_CODEC_NAME -#define FF_API_CODEC_NAME (LIBAVCODEC_VERSION_MAJOR < 58) -#endif #ifndef FF_API_AFD #define FF_API_AFD (LIBAVCODEC_VERSION_MAJOR < 58) #endif |