[Ffmpeg-cvslog] r7802 - trunk/libavcodec/adpcm.c

Alex Beregszaszi alex
Fri Feb 2 10:37:07 CET 2007


Hi,

> @@ -1229,6 +1245,11 @@
>  
>          init_get_bits(&gb, buf, size);
>  
> +//the following return -1 may be removed only after
> +//1. correctly spliting the stream into packets at demuxer or parser level
> +//2. checking array bounds when writing
> +//3. moving the global nb_bits header into extradata
> +return -1;

At least you could had put a FIXME: or something there.

--
Alex






More information about the ffmpeg-cvslog mailing list