Commit c73e8b85 authored by Anton Baskanov's avatar Anton Baskanov Committed by Alexandre Julliard

winegstreamer: Don't force top-down orientation when changing output format in video_decoder.

parent dd20b895
......@@ -310,8 +310,6 @@ static HRESULT WINAPI transform_SetOutputType(IMFTransform *iface, DWORD id, IMF
{
mf_media_type_to_wg_format(decoder->output_type, &output_format);
output_format.u.video.width = frame_size >> 32;
output_format.u.video.height = (UINT32)frame_size;
output_format.u.video.fps_d = 0;
output_format.u.video.fps_n = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment