mpegvideo: fix compilation after 900321b08c
Replace: s->last_picture_ptr->f.key_frame = 0; with: s->last_picture_ptr->key_frame = 0; This is required since mpegvideo.h:Picture now contains an embedded AVFrame f, rather than a literal copy of the AVFrame fields.pull/2/head
parent
900321b08c
commit
7bda0c9a82
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue