projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c21fbef
)
Add a @todo with a comment from Kostya so we don't forget to optimize that at
author
Ronald S. Bultje
<rsbultje@gmail.com>
Sun, 22 Mar 2009 12:47:16 +0000
(12:47 +0000)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Sun, 22 Mar 2009 12:47:16 +0000
(12:47 +0000)
some point in the future.
Originally committed as revision 18142 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rmdec.c
patch
|
blob
|
history
diff --git
a/libavformat/rmdec.c
b/libavformat/rmdec.c
index
ebd7fd2
..
2dbe7bc
100644
(file)
--- 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)
{