diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index ebd7fd247daf1ee21ef063d9a66eaed42cea9598..2dbe7bcc6d160f654c4d3c028181eb76cfa16b17 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)
 {