diff libmpcodecs/ve_qtvideo.c @ 12061:656a1b45b309

Use aspect from encoder for AVI vprp header
author ranma
date Wed, 24 Mar 2004 15:16:36 +0000
parents 97b30b4b722f
children 96b366ed15ad
line wrap: on
line diff
--- a/libmpcodecs/ve_qtvideo.c	Tue Mar 23 20:10:23 2004 +0000
+++ b/libmpcodecs/ve_qtvideo.c	Wed Mar 24 15:16:36 2004 +0000
@@ -129,6 +129,7 @@
     mux_v->bih->biWidth=width;
     mux_v->bih->biHeight=height;
     mux_v->bih->biSizeImage=width*height*2;
+    mux_v->aspect = (float)d_width/d_height;