Mercurial > libavformat.hg
changeset 4785:f9bce80b9fee libavformat
Add a @todo with a comment from Kostya so we don't forget to optimize that at
some point in the future.
author | rbultje |
---|---|
date | Sun, 22 Mar 2009 12:47:16 +0000 |
parents | 992db955236a |
children | d5ae967cc549 |
files | rmdec.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rmdec.c Sun Mar 22 07:40:22 2009 +0000 +++ b/rmdec.c Sun Mar 22 12:47:16 2009 +0000 @@ -658,7 +658,10 @@ } } -/** 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) {