[FFmpeg-devel] [PATCH] Make hex_to_data a lavf internal function

Martin Storsjö martin
Mon Aug 9 12:06:20 CEST 2010


On Mon, 9 Aug 2010, Michael Niedermayer wrote:

> On Wed, Aug 04, 2010 at 03:45:24PM +0300, Martin Storsj? wrote:
> > Hi,
> > 
> > The hex_to_data function in rtpdec_mpeg4 is useful for (at least) other 
> > RTP depacketizers, in particular, for a RTP depacketizer for MP4A-LATM.
> > 
> > This patch moves the function from rtpdec_mpeg4.c to utils.c, adds a ff_ 
> > prefix, declares it in internal.h and adds a small doxy documentation.
> > 
> > // Martin
> >  internal.h     |   10 ++++++++++
> >  rtpdec_mpeg4.c |   33 ++-------------------------------
> >  utils.c        |   28 ++++++++++++++++++++++++++++
> >  3 files changed, 40 insertions(+), 31 deletions(-)
> > be9cda2fd08af8d9d799a5032a2642126a458bf4  0001-Make-hex_to_data-a-lavf-internal-function.patch
> > From 0071831b15d88c754beff3fa01dc9574f3abeacd Mon Sep 17 00:00:00 2001
> > From: Martin Storsjo <martin at martin.st>
> > Date: Tue, 3 Aug 2010 18:50:54 +0300
> > Subject: [PATCH] Make hex_to_data a lavf internal function
> 
> ok

Applied

// Martin



More information about the ffmpeg-devel mailing list