comparison mpegvideo.h @ 10614:b08c6f64a6c0 libavcodec

Store original width/height so that rv20 does not get stuck with some resolution. A sample file to show a difference is at issue833 (http://airfarce.com/video/000211fh.rm)
author michael
date Tue, 01 Dec 2009 22:30:03 +0000
parents dfe00158fca6
children 703cfed31320
comparison
equal deleted inserted replaced
10613:2ae4eb19665a 10614:b08c6f64a6c0
569 int lavc_build; 569 int lavc_build;
570 570
571 /* RV10 specific */ 571 /* RV10 specific */
572 int rv10_version; ///< RV10 version: 0 or 3 572 int rv10_version; ///< RV10 version: 0 or 3
573 int rv10_first_dc_coded[3]; 573 int rv10_first_dc_coded[3];
574 int orig_width, orig_height;
574 575
575 /* MJPEG specific */ 576 /* MJPEG specific */
576 struct MJpegContext *mjpeg_ctx; 577 struct MJpegContext *mjpeg_ctx;
577 int mjpeg_vsample[3]; ///< vertical sampling factors, default = {2, 1, 1} 578 int mjpeg_vsample[3]; ///< vertical sampling factors, default = {2, 1, 1}
578 int mjpeg_hsample[3]; ///< horizontal sampling factors, default = {2, 1, 1} 579 int mjpeg_hsample[3]; ///< horizontal sampling factors, default = {2, 1, 1}