Commit d571df16 authored by rbultje's avatar rbultje

Add a @todo with a comment from Kostya so we don't forget to optimize that at

some point in the future.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18142 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 16857c34
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment