mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
cosmetics: msnwc_tcp: Reformat
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user