[Ffmpeg-cvslog] r6966 - in trunk/libavformat: Makefile allformats.c nut.h nutdec.c

Michael Niedermayer michaelni
Tue Nov 14 00:35:03 CET 2006


Hi

On Mon, Nov 13, 2006 at 07:38:29PM +0200, Oded Shimon wrote:
> On Sat, Nov 11, 2006 at 02:35:51AM +0100, michael wrote:
> > samplerate is stored wrong by libnut (demuxer has a workaround)
> 
> > +    }else if (st->codec->codec_type == CODEC_TYPE_AUDIO){
> > +        GET_V(st->codec->sample_rate , tmp > 0)
> > +        tmp= get_v(bc); // samplerate_den
> > +        if(tmp > st->codec->sample_rate){
> > +            av_log(s, AV_LOG_ERROR, "bleh, libnut muxed this ;)\n");
> > +            st->codec->sample_rate= tmp;
> > +        }
> 
> Can I remove this now? :)

right after you provide some official nut samples 

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is




More information about the ffmpeg-cvslog mailing list