summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/arm')
-rw-r--r--libavcodec/arm/neontest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/arm/neontest.c b/libavcodec/arm/neontest.c
index b24120c..56f950a 100644
--- a/libavcodec/arm/neontest.c
+++ b/libavcodec/arm/neontest.c
@@ -90,10 +90,10 @@ wrap(avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame))
wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame))
{
- testneonclobbers(avcodec_send_frame, avctx, avpkt);
+ testneonclobbers(avcodec_send_frame, avctx, frame);
}
wrap(avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt))
{
- testneonclobbers(avcodec_receive_packet, avctx, frame);
+ testneonclobbers(avcodec_receive_packet, avctx, avpkt);
}
OpenPOWER on IntegriCloud