cosmetics: msnwc_tcp: Reformat
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
parent
4dfbc7a755
commit
f8d10511fe
@ -49,7 +49,8 @@ static int msnwc_tcp_probe(AVProbeData *p)
|
||||
continue;
|
||||
width = bytestream_get_le16(&bytestream);
|
||||
height = bytestream_get_le16(&bytestream);
|
||||
if(!(width==320 && height==240) && !(width==160 && height==120))
|
||||
if (!(width == 320 &&
|
||||
height == 240) && !(width == 160 && height == 120))
|
||||
continue;
|
||||
bytestream += 2; // keyframe
|
||||
bytestream += 4; // size
|
||||
|
Loading…
x
Reference in New Issue
Block a user