[SCM] libav/experimental: missed a redundant load
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:55:51 UTC 2013
The following commit has been merged in the experimental branch:
commit 7348ed6e94661c07ec5fe53e5042c921d4f7eebe
Author: Måns Rullgård <mans at mansr.com>
Date: Fri Feb 2 00:23:19 2007 +0000
missed a redundant load
Originally committed as revision 7801 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/armv4l/simple_idct_armv6.S b/libavcodec/armv4l/simple_idct_armv6.S
index 81835a1..401e191 100644
--- a/libavcodec/armv4l/simple_idct_armv6.S
+++ b/libavcodec/armv4l/simple_idct_armv6.S
@@ -94,11 +94,11 @@ w57: .long W57
shift = left-shift amount
a3 = row[2,0]
a4 = row[3,1]
+ ip = w42
Output in registers v1--v8
*/
.macro idct_row4 shift
- ldr ip, [pc, #(w42-.-8)] /* ip = W4 | (W2 << 16) */
ldr lr, [pc, #(w46-.-8)] /* lr = W4 | (W6 << 16) */
ldr v7, [pc, #(w57-.-8)] /* v7 = W5 | (W7 << 16) */
mov a2, #(1<<(\shift-1))
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list