summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-10-27 11:54:34 +0100
committerAnton Khirnov <anton@khirnov.net>2013-10-31 20:24:48 +0100
commit28240a60c1b5ce276e947ba013271ec009adc078 (patch)
tree9b70c7396ad4745e39dd55938ac679df561b51a1 /libavcodec/avcodec.h
parenteb5920c195d1b0bda81782af4ba0c5982f5225b3 (diff)
lavc: move FF_ASPECT_EXTENDED from avcodec.h to h263.h
It's for internal use only.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 76b3fc411f..9d63e32c25 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1187,7 +1187,9 @@ typedef struct AVCodecContext {
*/
int coded_width, coded_height;
+#if FF_API_ASPECT_EXTENDED
#define FF_ASPECT_EXTENDED 15
+#endif
/**
* the number of pictures in a group of pictures, or 0 for intra_only