Commit f488df65 authored by Ilkka Ollakka's avatar Ilkka Ollakka Committed by Antoine Cellerier

Set i_aspect after vfilter in transcode

(cherry picked from commit 9f6ce1a4)
parent b794b9fa
......@@ -1949,6 +1949,8 @@ static int transcode_video_process( sout_stream_t *p_stream,
id->p_encoder->fmt_in.video.i_width;
id->p_encoder->fmt_out.video.i_height =
id->p_encoder->fmt_in.video.i_height;
id->p_encoder->fmt_out.video.i_aspect =
id->p_encoder->fmt_in.video.i_aspect;
}
if( transcode_video_encoder_open( p_stream, id ) != VLC_SUCCESS )
......
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