]> git.sesse.net Git - vlc/blobdiff - modules/codec/mash.cpp
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / codec / mash.cpp
index ffb4555835ec09548af0f9cb8685280b3adf13b8..86245790fae8a825ba15199775934d749bf7841e 100644 (file)
@@ -192,7 +192,7 @@ static void *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
                   i_height);
         video_format_Setup( &p_dec->fmt_out.video, VLC_CODEC_I420,
                             i_width, i_height,
-                            VOUT_ASPECT_FACTOR * i_width / i_height );
+                            1, 1 );
         p_sys->b_inited = true;
     }
     p_pic = NULL;