summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-02-02 10:25:30 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-02-02 10:25:30 +0000
commit3d7232ff0021421d760a21e9640dd4bd2c42493d (patch)
tree8c310e31b43b9745bb6b5a7c718b4f7b2b2d95ba /libavcodec
parent77ccd3ba546e8a420aea4c5b915df72abb49f7fd (diff)
add FIXME
Originally committed as revision 7804 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/adpcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c
index 7dc050e16c..1b01103c8d 100644
--- a/libavcodec/adpcm.c
+++ b/libavcodec/adpcm.c
@@ -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