# HG changeset patch # User michael # Date 1095356199 0 # Node ID 0c04463f79d87ff586dd923b817cecc0cf0eb613 # Parent dff53892ff8a4e4ad9e7b9104cd5deb406168a25 10l (scene change pict_type was wrong after coded_frame fix) patch by (Loren Merritt ) diff -r dff53892ff8a -r 0c04463f79d8 mpegvideo.c --- a/mpegvideo.c Thu Sep 16 03:31:41 2004 +0000 +++ b/mpegvideo.c Thu Sep 16 17:36:39 2004 +0000 @@ -4845,7 +4845,9 @@ } //FIXME var duplication + s->current_picture_ptr->key_frame= s->current_picture.key_frame= s->pict_type == I_TYPE; //FIXME pic_ptr + s->current_picture_ptr->pict_type= s->current_picture.pict_type= s->pict_type; if(s->current_picture.key_frame)