]> git.sesse.net Git - vlc/blobdiff - modules/access/dc1394.c
Used a sar for picture_New/Setup.
[vlc] / modules / access / dc1394.c
index 83c5119fa33380fb4a1c3c9429816d8a9564bd3f..9575d8adf82d91aa112454581ca84a01b8d06c1e 100644 (file)
@@ -382,8 +382,7 @@ static int Open( vlc_object_t *p_this )
     i_height = p_sys->height;
 
     if( picture_Setup( &p_sys->pic, VLC_CODEC_UYVY,
-                       i_width, i_height,
-                       i_width * VOUT_ASPECT_FACTOR / i_height ) )
+                       i_width, i_height, 1, 1 ) )
     {
         msg_Err( p_demux ,"unknown chroma" );
         Close( p_this );