summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-03-22 23:28:11 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-03-22 23:28:11 +0000
commit2efe097a7ead604b9f3af525a65e4bf3ac9889d9 (patch)
tree16ff20bf67eef878e098ad835d7c193acf1e6721 /libavcodec/avcodec.h
parent11ce88346b1ae4da21b581baf1b4eb784d842547 (diff)
more aspect stuff
Originally committed as revision 350 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 15b8f900cc..beb9936e73 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -82,6 +82,11 @@ typedef struct AVCodecContext {
int frame_rate; /* frames per sec multiplied by FRAME_RATE_BASE */
int width, height;
int aspect_ratio_info;
+#define FF_ASPECT_SQUARE 1
+#define FF_ASPECT_4_3_625 2
+#define FF_ASPECT_4_3_525 3
+#define FF_ASPECT_16_9_625 4
+#define FF_ASPECT_16_9_525 5
int gop_size; /* 0 = intra only */
int pix_fmt; /* pixel format, see PIX_FMT_xxx */