[FFmpeg-devel] [PATCH] Wave64 demuxer
Reimar Döffinger
Reimar.Doeffinger
Sat Aug 8 08:49:07 CEST 2009
On Sat, Aug 08, 2009 at 02:09:26AM +0200, Michael Niedermayer wrote:
> > >> @@ -209,6 +306,11 @@ static int wav_read_packet(AVFormatContext *s,
> > >>
> > >> ? ? ?left= wav->data_end - url_ftell(s->pb);
> > >> ? ? ?if(left <= 0){
> > >> +#if CONFIG_W64_DEMUXER
> > >> + ? ? ? ?if (wav->w64) {
> > >
> > > if(CONFIG_W64_DEMUXER && wav->w64) {
> > >
> >
> > Ok... (does this actually work with all supported compilers?)
>
> apparently ... if it fails such code would of course need to be replaced
>
> and patch ok unless reimar has more comments
I was too fast: I actually have one comment:
I'd still like to have a sample file for this format in the samples
collection...
More information about the ffmpeg-devel
mailing list