Remove mysterious ref->data[0] check.
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 25 Jul 2008 23:36:48 +0000 (23:36 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 25 Jul 2008 23:36:48 +0000 (23:36 +0000)
commit6edac8e1041499e301b05a86e953334b40c2c986
tree2a6718cb6b76b1c5793511a765df39b7ef70db7d
parent99157e499c132444bab019519e4e17e5bc177c8e
Remove mysterious ref->data[0] check.
What the standard calls non-existent is not related to the
value of the data[0] pointer.

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