Commit 2d6a7985 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix typo.

parent 74cf34e6
...@@ -134,7 +134,7 @@ static int Activate( vlc_object_t *p_this ) ...@@ -134,7 +134,7 @@ static int Activate( vlc_object_t *p_this )
{ {
/* Lets try resizing and then doing the chroma conversion */ /* Lets try resizing and then doing the chroma conversion */
es_format_Copy( &fmt_mid, &p_filter->fmt_out ); es_format_Copy( &fmt_mid, &p_filter->fmt_out );
fmt_mid.video.i_chroma = p_filter->fmt_out.video.i_chroma; fmt_mid.video.i_chroma = p_filter->fmt_in.video.i_chroma;
if( CreateChain( p_sys->p_chain, &fmt_mid ) == VLC_SUCCESS ) if( CreateChain( p_sys->p_chain, &fmt_mid ) == VLC_SUCCESS )
{ {
es_format_Clean( &fmt_mid ); es_format_Clean( &fmt_mid );
......
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