Mercurial > libavcodec.hg
changeset 4463:6018c147ea93 libavcodec
add FIXME
author | michael |
---|---|
date | Fri, 02 Feb 2007 10:25:30 +0000 |
parents | d47a98f52e25 |
children | b619aebd8469 |
files | adpcm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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