OSDN Git Service

filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delega...
authorAndreas Öman <andreas@olebyn.nu>
Sun, 3 Jun 2007 11:44:43 +0000 (11:44 +0000)
committerLoren Merritt <lorenm@u.washington.edu>
Sun, 3 Jun 2007 11:44:43 +0000 (11:44 +0000)
commit83b3401731179a87ae20ceb70e78f3bcb719370d
treeb4cce2eb92e04d98340e1792dd73c4d0bed255d4
parentb91811af83130b0ef001b01f0919c6ffd92b3479
filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb().
Patch by Andreas Öman [andreas at olebyn dot nu].

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