Skip blocks in B-frames reuse motion vectors from next reference frame.
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 26 Apr 2008 13:09:36 +0000 (13:09 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 26 Apr 2008 13:09:36 +0000 (13:09 +0000)
commit86c90cc7a67497f145117c9ae5e4e81279540cce
tree9e93161c3218eb011f359b3183f56dce3489449b
parentec39f7d8558af7d22c455eccb9ac32539d0accdd
Skip blocks in B-frames reuse motion vectors from next reference frame.
So if referenced blocks is 16x8, 8x16 or 8x8 partitions, skip block
will have them too.

Originally committed as revision 12987 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/rv34.c