[FFmpeg-devel] [PATCH] Pass pointer of correct type for timestamp to ff_rm_parse_packet

Kostya kostya.shishkov
Wed Jul 29 20:04:24 CEST 2009


On Wed, Jul 29, 2009 at 01:52:37PM -0400, Ronald S. Bultje wrote:
> Hi,
> 
> On Wed, Jul 29, 2009 at 1:41 PM, Kostya<kostya.shishkov at gmail.com> wrote:
> > On Mon, Jul 27, 2009 at 10:43:19AM -0400, Ronald S. Bultje wrote:
> >> Attached patch fixes this properly. We changed the code so that
> >> ff_rm_parse_packet() no longer returns packet data (it used to), all
> >> that is done in separate functions. The result is that this code no
> >> longer needs a pointer but just a value (it never updates it). Same
> >> for flags. This should fix this issue.
> >
> > Looks ok
> 
> Attached patch also removes old_flags, same story.
> 
> Ronald

Also looks ok.



More information about the ffmpeg-devel mailing list