diff avcodec.h @ 281:1fc96b02142e libavcodec

mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) experimental (& faster) motion estimation squished a dirty uninitialized var bug mpeg1 fcode>1 support
author michaelni
date Fri, 22 Mar 2002 23:22:08 +0000
parents 5cb2978e701f
children 5c7fdbecfa97
line wrap: on
line diff
--- a/avcodec.h	Fri Mar 22 16:51:44 2002 +0000
+++ b/avcodec.h	Fri Mar 22 23:22:08 2002 +0000
@@ -81,6 +81,7 @@
     /* video only */
     int frame_rate; /* frames per sec multiplied by FRAME_RATE_BASE */
     int width, height;
+    int aspect_ratio_info;
     int gop_size; /* 0 = intra only */
     int pix_fmt;  /* pixel format, see PIX_FMT_xxx */