mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
add FIXME
Originally committed as revision 7804 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
77ccd3ba54
commit
3d7232ff00
@ -1245,7 +1245,7 @@ static int adpcm_decode_frame(AVCodecContext *avctx,
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user