diff options
author | James Almer <jamrial@gmail.com> | 2017-10-22 00:35:23 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-10-22 00:35:23 -0300 |
commit | 657ce888e852489f850e1e1fc093a6523e28dbed (patch) | |
tree | ca05301366955a40766df73a00220ec273173837 /libpostproc/version.h | |
parent | 417d473bde220a1f267bc694835c129a5adc4309 (diff) | |
download | ffmpeg-657ce888e852489f850e1e1fc093a6523e28dbed.tar.gz |
postproc: Drop deprecated qp typedef
Deprecated in 08/2015.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libpostproc/version.h')
-rw-r--r-- | libpostproc/version.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libpostproc/version.h b/libpostproc/version.h index 3ae75ff8b0..79eea7c248 100644 --- a/libpostproc/version.h +++ b/libpostproc/version.h @@ -42,8 +42,4 @@ #define LIBPOSTPROC_IDENT "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION) -#ifndef FF_API_QP_TYPE -#define FF_API_QP_TYPE (LIBPOSTPROC_VERSION_MAJOR < 55) -#endif - #endif /* POSTPROC_VERSION_H */ |