[Ffmpeg-cvslog] r7804 - trunk/libavcodec/adpcm.c
michael
subversion
Fri Feb 2 11:25:30 CET 2007
Author: michael
Date: Fri Feb 2 11:25:30 2007
New Revision: 7804
Modified:
trunk/libavcodec/adpcm.c
Log:
add FIXME
Modified: trunk/libavcodec/adpcm.c
==============================================================================
--- trunk/libavcodec/adpcm.c (original)
+++ trunk/libavcodec/adpcm.c Fri Feb 2 11:25:30 2007
@@ -1245,7 +1245,7 @@
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
More information about the ffmpeg-cvslog
mailing list