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;
|
continue;
|
||||||
width = bytestream_get_le16(&bytestream);
|
width = bytestream_get_le16(&bytestream);
|
||||||
height = 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;
|
continue;
|
||||||
bytestream += 2; // keyframe
|
bytestream += 2; // keyframe
|
||||||
bytestream += 4; // size
|
bytestream += 4; // size
|
||||||
|
Loading…
x
Reference in New Issue
Block a user