aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/arm/dsputil_arm.S
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-09-21 14:25:21 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-09-21 14:44:32 +0200
commit406cdddbdd229cead581eb1c7b978a2c59453b24 (patch)
tree0c36c4c2fcafb618ae80074a9a1c07a06872a91f /libavcodec/arm/dsputil_arm.S
parent9543cd593ed8249e9885598fc53de163c9d4e2d3 (diff)
parente52e4fe10d96da4ed26e2acbe3c1ab69485ed75d (diff)
downloadffmpeg-406cdddbdd229cead581eb1c7b978a2c59453b24.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: libx264: add forgotten ; matroskadec: fix a sanity check. matroskadec: only return corrupt packets that actually contain data lavf: zero data/size of the packet passed to read_packet(). ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC code ARM: align PIC offset pools to 4 bytes ARM: swap source operands in some add instructions configure: update tms470 detection for latest version lavf probe: prevent codec probe with no data at all seen motion_est: fix use of inline on extern functions Conflicts: libavcodec/motion_est_template.c libavformat/matroskadec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/arm/dsputil_arm.S')
-rw-r--r--libavcodec/arm/dsputil_arm.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/arm/dsputil_arm.S b/libavcodec/arm/dsputil_arm.S
index 3f0d07155f..92a37571c9 100644
--- a/libavcodec/arm/dsputil_arm.S
+++ b/libavcodec/arm/dsputil_arm.S
@@ -632,7 +632,7 @@ function ff_add_pixels_clamped_arm, export=1
ldrsh r7, [r0, #2]
and r6, r4, #0xFF
and r8, r4, #0xFF00
- add r6, r5, r6
+ add r6, r6, r5
add r8, r7, r8, lsr #8
mvn r5, r5
mvn r7, r7
@@ -674,7 +674,7 @@ function ff_add_pixels_clamped_arm, export=1
ldrsh r7, [r0, #10]
and r6, r4, #0xFF
and r8, r4, #0xFF00
- add r6, r5, r6
+ add r6, r6, r5
add r8, r7, r8, lsr #8
mvn r5, r5
mvn r7, r7