# HG changeset patch # User michael # Date 1170411930 0 # Node ID 6018c147ea93858ee0163e21d18e09dbad90945f # Parent d47a98f52e256f02790d872da0a81ced9ab2f2a1 add FIXME diff -r d47a98f52e25 -r 6018c147ea93 adpcm.c --- 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