summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-01-22 10:56:42 +0100
committerAnton Khirnov <anton@khirnov.net>2012-01-27 10:38:35 +0100
commitd803775e81bdff4e7f639b3e47c0a6e6f05219c3 (patch)
tree509fe658ae29361c33d938aa4dc245883909ab62 /libavcodec/avcodec.h
parent10e1ae5efffb8dd2a1932b4d965dbc6dd3338e70 (diff)
downloadffmpeg-streaming-d803775e81bdff4e7f639b3e47c0a6e6f05219c3.zip
ffmpeg-streaming-d803775e81bdff4e7f639b3e47c0a6e6f05219c3.tar.gz
lavc: remove disabled FF_API_DATA_POINTERS cruft.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 8a048d2..217bef2 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -854,11 +854,7 @@ enum AVSideDataParamChangeFlags {
* sizeof(AVFrame) must not be used outside libav*.
*/
typedef struct AVFrame {
-#if FF_API_DATA_POINTERS
-#define AV_NUM_DATA_POINTERS 4
-#else
#define AV_NUM_DATA_POINTERS 8
-#endif
/**
* pointer to the picture/channel planes.
* This might be different from the first allocated byte
OpenPOWER on IntegriCloud