[FFmpeg-devel] [PATCH] pkt_pts reordering
Laurent Aimar
fenrir
Sat Jan 8 16:21:18 CET 2011
On Sat, Jan 08, 2011 at 03:35:53PM +0100, Michael Niedermayer wrote:
> On Sat, Jan 08, 2011 at 12:07:56AM +0100, Michael Niedermayer wrote:
> > On Fri, Jan 07, 2011 at 10:16:14PM +0100, Stefano Sabatini wrote:
> > > On date Friday 2011-01-07 15:37:01 +0100, Michael Niedermayer encoded:
> [...]
> > [...]
> > > > @@ -628,6 +630,9 @@ int attribute_align_arg avcodec_decode_video2(AVCodecContext *avctx, AVFrame *pi
> > > > *got_picture_ptr= 0;
> > > > if((avctx->coded_width||avctx->coded_height) && av_image_check_size(avctx->coded_width, avctx->coded_height, 0, avctx))
> > > > return -1;
> > > > +
> > > > + avctx->pkt= avpkt;
> > >
> > > Nit+++: avctx->pkt_= avpkt;
> >
> > fixed some of the space nitpiks, again, i likely forgot some
>
> btw, whats the quickest way to make changes to a previous git commit before
> dcommiting?
I you want to append changes to the last commit:
git commit --amend
otherwise I do a commit, and then squash it (using git rebase), dunno if there
is a faster way for this case.
--
fenrir
More information about the ffmpeg-devel
mailing list