OSDN Git Service

Use parentheses around && within ||, fix the gcc warning:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 1 Feb 2010 22:23:17 +0000 (22:23 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 1 Feb 2010 22:23:17 +0000 (22:23 +0000)
commitecbed31c0029ffec61e325a0136efaba1198f97d
tree80787c746a66c1e57856d7292a492453e257e406
parentdf7d6e484c31b4359e70403a41c4e39550fe9713
Use parentheses around && within ||, fix the gcc warning:
ffplay.c: In function ‘video_thread’:
ffplay.c:1391: warning: suggest parentheses around && within ||

Originally committed as revision 21600 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffplay.c