On Fri, Mar 16, 2012 at 11:48:37AM -0700, Ronald S. Bultje wrote: > On Fri, Mar 16, 2012 at 11:03 AM, Diego Biurrun <[email protected]> wrote: > > @@ -3243,7 +3569,7 @@ static int decode_slice_header(H264Context *h, > > H264Context *h0){ > > int ff_h264_get_slice_type(const H264Context *h) > > { > > switch (h->slice_type) { > > - case AV_PICTURE_TYPE_P: return 0; > > + case AV_PICTURE_TYPE_P : return 0; > > case AV_PICTURE_TYPE_B: return 1; > > case AV_PICTURE_TYPE_I: return 2; > > case AV_PICTURE_TYPE_SP: return 3; > > Why?
Doh, stray change, thanks for noticing .. > Please fix the above and feel free to commit. Done. Will push after rebasing and rerunning FATE. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
