From e6b09f436112836383adcaf6fd975e2c73fe991b Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 22 Mar 2009 12:47:16 +0000 Subject: Add a @todo with a comment from Kostya so we don't forget to optimize that at some point in the future. Originally committed as revision 18142 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rmdec.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c index ebd7fd247d..2dbe7bcc6d 100644 --- a/libavformat/rmdec.c +++ b/libavformat/rmdec.c @@ -658,7 +658,10 @@ rm_ac3_swap_bytes (AVStream *st, AVPacket *pkt) } } -/** 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) { -- cgit v1.2.3