[FFmpeg-cvslog] r18142 - trunk/libavformat/rmdec.c
rbultje
subversion
Sun Mar 22 13:47:16 CET 2009
Author: rbultje
Date: Sun Mar 22 13:47:16 2009
New Revision: 18142
Log:
Add a @todo with a comment from Kostya so we don't forget to optimize that at
some point in the future.
Modified:
trunk/libavformat/rmdec.c
Modified: trunk/libavformat/rmdec.c
==============================================================================
--- trunk/libavformat/rmdec.c Sun Mar 22 08:40:22 2009 (r18141)
+++ trunk/libavformat/rmdec.c Sun Mar 22 13:47:16 2009 (r18142)
@@ -658,7 +658,10 @@ rm_ac3_swap_bytes (AVStream *st, AVPacke
}
}
-/** perform 4-bit block reordering for SIPR data */
+/**
+ * Perform 4-bit block reordering for SIPR data.
+ * @todo This can be optimized, e.g. use memcpy() if data blocks are aligned
+ */
static void
rm_reorder_sipr_data (RMStream *ast)
{
More information about the ffmpeg-cvslog
mailing list