add multi slice support
authorLoic Le Loarer <lll+ffmpeg@m4x.org>
Sat, 18 Dec 2004 03:49:07 +0000 (03:49 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 18 Dec 2004 03:49:07 +0000 (03:49 +0000)
commit5175b9376f733735322a0272e94bd996ac157dea
tree4126686a097477e0a8eb91cf0d662f694ca54e26
parenta2c3bf82a79342bf43943cda5f2661f6433d8081
add multi slice support
for main profile H.264 streams. I have tested this on all H264
conformance streams and comparing the result with the current CVS
version, there is 8 streams which decode correctly more frames and 2
streams which are now completely correct with my patch.

This patch also correct some typo in comments.

patch by (Loic Le Loarer <lll+ffmpeg >at< m4x org>)

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