Hi, On Wed, Aug 3, 2011 at 5:32 PM, Alex Converse <[email protected]> wrote: > --- > libavcodec/h263dec.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c > index 7f3411b..4c66a45 100644 > --- a/libavcodec/h263dec.c > +++ b/libavcodec/h263dec.c > @@ -705,8 +705,8 @@ intrax8_decoded: > > MPV_frame_end(s); > > -assert(s->current_picture.pict_type == s->current_picture_ptr->pict_type); > -assert(s->current_picture.pict_type == s->pict_type); > +assert(s->current_picture.f.pict_type == > s->current_picture_ptr->f.pict_type); > +assert(s->current_picture.f.pict_type == s->pict_type);
OK. Also feel free to reindent if you want. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
