OSDN Git Service

Replace if(!a){B}else{C} by if(a){C}else{B}
authorVitor Sessak <vitor1001@gmail.com>
Sat, 24 May 2008 20:40:58 +0000 (20:40 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Sat, 24 May 2008 20:40:58 +0000 (20:40 +0000)
commit0de3407b8f3025a60e8107d08a00b9f4df2512f2
treecaec0a71215aa17d446196eab5fbacf4bfe1a7da
parent4d08be028dd8d70d5e4dc6563a3a4a78ead226e4
Replace if(!a){B}else{C} by if(a){C}else{B}

Commited in SoC by Vitor Sessak on 2008-04-23 18:24:46

Originally committed as revision 13327 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavfilter/graphparser.c