Commit 07d2543c authored by Laurent Aimar's avatar Laurent Aimar

Removed debug code (effectly enable swscale).

parent a935b21a
...@@ -252,7 +252,7 @@ static int GetParameters( int *pi_fmti, int *pi_fmto, bool *pb_has_a, int *pi_sw ...@@ -252,7 +252,7 @@ static int GetParameters( int *pi_fmti, int *pi_fmto, bool *pb_has_a, int *pi_sw
bool b_has_a = false; bool b_has_a = false;
int i_sws_flags = i_sws_flags_default; int i_sws_flags = i_sws_flags_default;
if( p_fmti->i_chroma == p_fmto->i_chroma && 0 ) if( p_fmti->i_chroma == p_fmto->i_chroma )
{ {
if( p_fmti->i_chroma == VLC_FOURCC( 'Y', 'U', 'V', 'P' ) && ALLOW_YUVP ) if( p_fmti->i_chroma == VLC_FOURCC( 'Y', 'U', 'V', 'P' ) && ALLOW_YUVP )
{ {
......
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