Commit 28d74c66 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

XCB/XVideo: missing break

parent ca376e8d
......@@ -172,6 +172,7 @@ static vlc_fourcc_t ParseFormat (vlc_object_t *obj,
return VLC_CODEC_RGBA16;
if (f->bpp == 16 && f->depth == 12)
return VLC_CODEC_RGB12;
break;
case 8:
if (f->bpp == 8 && f->depth == 8)
return VLC_CODEC_RGB8;
......
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