Commit 4bc28436 authored by michaelni's avatar michaelni

more aspect stuff


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@350 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a96ba036
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment