mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-20 06:11:04 +00:00
10l in 1.199 (write_back_motion with B-pyramid + spatial)
Originally committed as revision 5215 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5e8b787afa
commit
2ea392529a
@ -1422,6 +1422,9 @@ static inline void write_back_motion(H264Context *h, int mb_type){
|
||||
const int b8_xy= 2*s->mb_x + 2*s->mb_y*h->b8_stride;
|
||||
int list;
|
||||
|
||||
if(!USES_LIST(mb_type, 0))
|
||||
fill_rectangle(&s->current_picture.ref_index[0][b8_xy], 2, 2, h->b8_stride, (uint8_t)LIST_NOT_USED, 1);
|
||||
|
||||
for(list=0; list<2; list++){
|
||||
int y;
|
||||
if(!USES_LIST(mb_type, list))
|
||||
|
Loading…
Reference in New Issue
Block a user