comparison adpcm.c @ 4463:6018c147ea93 libavcodec

add FIXME
author michael
date Fri, 02 Feb 2007 10:25:30 +0000
parents c95e0df9841f
children a96d905dcbaa
comparison
equal deleted inserted replaced
4462:d47a98f52e25 4463:6018c147ea93
1243 int k0, signmask; 1243 int k0, signmask;
1244 int size = buf_size*8; 1244 int size = buf_size*8;
1245 1245
1246 init_get_bits(&gb, buf, size); 1246 init_get_bits(&gb, buf, size);
1247 1247
1248 //the following return -1 may be removed only after 1248 //FIXME the following return -1 may be removed only after
1249 //1. correctly spliting the stream into packets at demuxer or parser level 1249 //1. correctly spliting the stream into packets at demuxer or parser level
1250 //2. checking array bounds when writing 1250 //2. checking array bounds when writing
1251 //3. moving the global nb_bits header into extradata 1251 //3. moving the global nb_bits header into extradata
1252 return -1; 1252 return -1;
1253 // first frame, read bits & inital values 1253 // first frame, read bits & inital values