Commit a711e76f authored by Laurent Aimar's avatar Laurent Aimar

Simplify vout_ChromaCmp.

parent 4f407b68
......@@ -989,16 +989,6 @@ int vout_ChromaCmp( vlc_fourcc_t i_chroma, vlc_fourcc_t i_amorhc )
return 0;
}
case FOURCC_RGBP:
switch( i_amorhc )
{
case FOURCC_RGBP:
return 1;
default:
return 0;
}
default:
return 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