summaryrefslogtreecommitdiff
path: root/libavcodec/x86/w64xmmtest.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-06-25 13:41:13 +0200
committerMartin Storsjö <martin@martin.st>2016-06-26 21:34:04 +0300
commit4a081f224e12f4227ae966bcbdd5384f22121ecf (patch)
tree97ed19adc4162d01aacb44d835e2f2dcabf8ee6f /libavcodec/x86/w64xmmtest.c
parent02c2761973dfc886e94a60a9c7d6d30c296d5b8c (diff)
downloadffmpeg-4a081f224e12f4227ae966bcbdd5384f22121ecf.tar.gz
libavcodec: fix constness in clobber test avcodec_open2() wrappers
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/x86/w64xmmtest.c')
-rw-r--r--libavcodec/x86/w64xmmtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/w64xmmtest.c b/libavcodec/x86/w64xmmtest.c
index 2f064cad7b..400dc4df30 100644
--- a/libavcodec/x86/w64xmmtest.c
+++ b/libavcodec/x86/w64xmmtest.c
@@ -23,7 +23,7 @@
#include "libavutil/x86/w64xmmtest.h"
wrap(avcodec_open2(AVCodecContext *avctx,
- AVCodec *codec,
+ const AVCodec *codec,
AVDictionary **options))
{
testxmmclobbers(avcodec_open2, avctx, codec, options);