Commit 34eab2d9 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont Committed by Jean-Paul Saman

transcode: Fix a typo about scale.

Signed-off-by: default avatarJean-Paul Saman <jpsaman@videolan.org>
parent a6c8ae35
......@@ -2268,9 +2268,9 @@ static int transcode_video_process( sout_stream_t *p_stream,
if( ( id->p_decoder->fmt_out.video.i_chroma !=
id->p_encoder->fmt_in.video.i_chroma ) ||
( id->p_decoder->fmt_out.video.i_width !=
id->p_encoder->fmt_out.video.i_width ) ||
id->p_encoder->fmt_in.video.i_width ) ||
( id->p_decoder->fmt_out.video.i_height !=
id->p_encoder->fmt_out.video.i_height ) )
id->p_encoder->fmt_in.video.i_height ) )
{
id->pp_filter[id->i_filter] =
transcode_video_filter_new( p_stream,
......
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