Mercurial > libavcodec.hg
diff adpcm.c @ 4463:6018c147ea93 libavcodec
add FIXME
| author | michael |
|---|---|
| date | Fri, 02 Feb 2007 10:25:30 +0000 |
| parents | c95e0df9841f |
| children | a96d905dcbaa |
line wrap: on
line diff
--- a/adpcm.c Fri Feb 02 06:45:21 2007 +0000 +++ b/adpcm.c Fri Feb 02 10:25:30 2007 +0000 @@ -1245,7 +1245,7 @@ init_get_bits(&gb, buf, size); -//the following return -1 may be removed only after +//FIXME 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
