Changeset 7bda0c9a in ffmpeg

Timestamp:
Jul 16, 2011, 4:56:47 PM (13 years ago)
Author:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
Branches:
master
Children:
b57df29f
Parents:
900321b0
git-author:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (07/16/11 16:49:39)
git-committer:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (07/16/11 16:56:47)
Message:

mpegvideo: fix compilation after 900321b08c95bd42e6db53864bfffbe48d6019da

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.