Browse Source

add FIXME

Originally committed as revision 7804 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 19 years ago
parent
commit
3d7232ff00
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/adpcm.c

+ 1
- 1
libavcodec/adpcm.c View File

@@ -1245,7 +1245,7 @@ static int adpcm_decode_frame(AVCodecContext *avctx,


init_get_bits(&gb, buf, size); 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 //1. correctly spliting the stream into packets at demuxer or parser level
//2. checking array bounds when writing //2. checking array bounds when writing
//3. moving the global nb_bits header into extradata //3. moving the global nb_bits header into extradata


Loading…
Cancel
Save