diff 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
line wrap: on
line diff
--- a/mpegvideo.h	Tue Dec 01 21:10:37 2009 +0000
+++ b/mpegvideo.h	Tue Dec 01 22:30:03 2009 +0000
@@ -571,6 +571,7 @@
     /* RV10 specific */
     int rv10_version; ///< RV10 version: 0 or 3
     int rv10_first_dc_coded[3];
+    int orig_width, orig_height;
 
     /* MJPEG specific */
     struct MJpegContext *mjpeg_ctx;