[FFmpeg-cvslog] r24493 - trunk/libavcodec/adpcm.c
Carl Eugen Hoyos
cehoyos
Sun Jul 25 16:56:01 CEST 2010
Stefano Sabatini <stefano.sabatini-lala <at> poste.it> writes:
> > + case CODEC_ID_ADPCM_IMA_WAV:
> > + if (avctx->bits_per_coded_sample != 4) {
> > + av_log(avctx, AV_LOG_ERROR, "Only 4-bit ADPCM IMA WAV files are
> > supported\n");
> > + return -1;
>
> AVERROR_PATCHWELCOME?
Does not seem to change anything here, but I guess you are the expert (issue
1598).
Carl Eugen
More information about the ffmpeg-cvslog
mailing list