[FFmpeg-devel] [PATCH] Core Audio Format demuxer (v3)
Peter Ross
pross
Wed Aug 12 14:27:27 CEST 2009
On Mon, Aug 10, 2009 at 04:00:39PM +0200, Diego Biurrun wrote:
> On Mon, Aug 10, 2009 at 11:19:27PM +1000, Peter Ross wrote:
> > On Sun, Aug 09, 2009 at 07:41:05PM +1000, Peter Ross wrote:
> > > Enclosed is a revised version of Justin Ruggles CAF demuxer.
> > >
> > > Samples: http://samples.mplayerhq.hu/A-codecs/caf/
> > > Original thread: http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007-April/026491.html
> >
> > Revised patch enclosed.
> >
Revised CAF demuxer patch enclosed. See earlier mail for the related MOV patch.
[snip]
> > --- /dev/null
> > +++ b/libavformat/cafdec.c
> > @@ -0,0 +1,425 @@
> > +static int read_pakt(AVFormatContext *s, int64_t size)
>
> I think either _pkt or _packet would be better.
'pakt' is the name the CAF spec authors have given to the 'Packet Table
Chunk' type. For clarity i have renamed the read_xxxx() fuctions to
read_xxxx_chunk()
Cheers,
-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Core-Audio-Format-demuxer-r3.patch
Type: text/x-diff
Size: 20166 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090812/f63a8c96/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090812/f63a8c96/attachment.pgp>
More information about the ffmpeg-devel
mailing list