mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Merge commit '4a081f224e12f4227ae966bcbdd5384f22121ecf'
* commit '4a081f224e12f4227ae966bcbdd5384f22121ecf': libavcodec: fix constness in clobber test avcodec_open2() wrappers Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
db854c6c4a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user