summaryrefslogtreecommitdiffstats
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-06-26 00:52:30 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-06-26 11:40:21 +0200
commit720ec620123bf12f1effc311285f8f501c40e5c6 (patch)
tree53dfbe31fdfeb2415821ff89b9488f0db4f358b1 /libavfilter/version.h
parent8dd0e87d7b9b17d613c646c396c7b7c1a6293111 (diff)
downloadffmpeg-streaming-720ec620123bf12f1effc311285f8f501c40e5c6.zip
ffmpeg-streaming-720ec620123bf12f1effc311285f8f501c40e5c6.tar.gz
lavfi: drop deprecated and disabled packing API
It was deprecated and removed after the recent 2->3 major bump.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index d4d952b..4e4286a 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -56,9 +56,6 @@
#ifndef FF_API_VSRC_BUFFER_ADD_FRAME
#define FF_API_VSRC_BUFFER_ADD_FRAME (LIBAVFILTER_VERSION_MAJOR < 3)
#endif
-#ifndef FF_API_PACKING
-#define FF_API_PACKING (LIBAVFILTER_VERSION_MAJOR < 3)
-#endif
#ifndef FF_API_DEFAULT_CONFIG_OUTPUT_LINK
#define FF_API_DEFAULT_CONFIG_OUTPUT_LINK (LIBAVFILTER_VERSION_MAJOR < 3)
#endif
OpenPOWER on IntegriCloud