• Stefano Sabatini's avatar
    mpegvideo: fix compilation after 900321b0 · 7bda0c9a
    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
mpegvideo.c 102 KB