OSDN Git Service

replace list<2 checks by list<list_count
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 16 Feb 2007 21:42:01 +0000 (21:42 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 16 Feb 2007 21:42:01 +0000 (21:42 +0000)
commit3425501d3b09650c6b295ba225e02e97c002372c
tree31ebfa5c82edf6a8a4c29b9c8771e4fd67f4433e
parent187696fa72ec47c7151cd3cc708e224fe2eccb55
replace list<2 checks by list<list_count
remove silly ref_count<0 and ref_count==0 checks its impossible for this variable to have such a value

Originally committed as revision 7999 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c