OSDN Git Service

mpeg4videodec: rewrite the slice end detection of non partitioned packets.
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 10 Sep 2011 00:21:22 +0000 (02:21 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 10 Sep 2011 01:20:29 +0000 (03:20 +0200)
commit78a041a9dbcdc71ae6f3b611742db6f21b56acf0
treea8ca24554dcfb1c087e7a2b1e3083a88368af557
parente5e0580b93a5bda34f62a5df50c1b15e610d4ad1
mpeg4videodec: rewrite the slice end detection of non partitioned packets.
This no longer needs thread syncronization thus speeding frame multithreading up.
Fixes Ticket28

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/mpeg4videodec.c