mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-02 04:52:09 +00:00
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
This commit is contained in:
parent
c21fbefb9d
commit
e6b09f4361
@ -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
|
static void
|
||||||
rm_reorder_sipr_data (RMStream *ast)
|
rm_reorder_sipr_data (RMStream *ast)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user