Commit db854c6c authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '4a081f22'

* commit '4a081f22':
  libavcodec: fix constness in clobber test avcodec_open2() wrappers
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 53e116ee 4a081f22
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment