-
Stefano Sabatini authored
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.
7bda0c9a