Commit d5050bae authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'b7254288'

* commit 'b7254288':
  mpegvideo: do not update last_non_b_pict_type in update_thread_context()
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 20b28fc7 b7254288
...@@ -792,10 +792,6 @@ do {\ ...@@ -792,10 +792,6 @@ do {\
s->last_pict_type = s1->pict_type; s->last_pict_type = s1->pict_type;
if (s1->current_picture_ptr) if (s1->current_picture_ptr)
s->last_lambda_for[s1->pict_type] = s1->current_picture_ptr->f.quality; s->last_lambda_for[s1->pict_type] = s1->current_picture_ptr->f.quality;
if (s1->pict_type != AV_PICTURE_TYPE_B) {
s->last_non_b_pict_type = s1->pict_type;
}
} }
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment