summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-12-05 15:11:06 -0500
committerVittorio Giovara <vittorio.giovara@gmail.com>2017-03-23 10:09:13 +0100
commit6dca24cd1d570b806b5a3fdaef9d3c8608942a81 (patch)
tree34c8ceb10d6b45a4fc6688501a8514af95c2cbcc /libavcodec/version.h
parent1146bb3babca3973e88005d267cd06210d6ac075 (diff)
downloadffmpeg-streaming-6dca24cd1d570b806b5a3fdaef9d3c8608942a81.zip
ffmpeg-streaming-6dca24cd1d570b806b5a3fdaef9d3c8608942a81.tar.gz
lavc: Drop deprecated way of setting codec dimensions
Deprecated in 10/2013.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 1f06483..a12c322 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_SET_DIMENSIONS
-#define FF_API_SET_DIMENSIONS (LIBAVCODEC_VERSION_MAJOR < 58)
-#endif
#ifndef FF_API_DEBUG_MV
#define FF_API_DEBUG_MV (LIBAVCODEC_VERSION_MAJOR < 58)
#endif
OpenPOWER on IntegriCloud