From 3d7232ff0021421d760a21e9640dd4bd2c42493d Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Fri, 2 Feb 2007 10:25:30 +0000
Subject: [PATCH] add FIXME

Originally committed as revision 7804 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/adpcm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c
index 7dc050e16c7..1b01103c8d3 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
-- 
GitLab