[Ffmpeg-cvslog] r5663 - in trunk: libavcodec/utils.c libavformat/voc.c

Michael Niedermayer michaelni
Sat Jul 8 00:42:41 CEST 2006


Hi

On Sat, Jul 08, 2006 at 12:42:36AM +0200, aurel wrote:
[...]
> +    case CODEC_ID_ADPCM_CT:
> +    case CODEC_ID_ADPCM_SBPRO_2:
> +    case CODEC_ID_ADPCM_SBPRO_3:
> +    case CODEC_ID_ADPCM_SBPRO_4:
> +        return 0;
[...]
> -    case CODEC_ID_ADPCM_CT:
> -        return 4;
[...]
> -            dec->bits_per_sample = voc_get_bps(dec->codec_id);
> +            dec->bits_per_sample = av_get_bits_per_sample(dec->codec_id);

interresting change ...

[...]
-- 
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