You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavc/neontest: fix constness in arm/aarch64 avcodec_open2() wrappers
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
#include "libavutil/aarch64/neontest.h"
|
#include "libavutil/aarch64/neontest.h"
|
||||||
|
|
||||||
wrap(avcodec_open2(AVCodecContext *avctx,
|
wrap(avcodec_open2(AVCodecContext *avctx,
|
||||||
AVCodec *codec,
|
const AVCodec *codec,
|
||||||
AVDictionary **options))
|
AVDictionary **options))
|
||||||
{
|
{
|
||||||
testneonclobbers(avcodec_open2, avctx, codec, options);
|
testneonclobbers(avcodec_open2, avctx, codec, options);
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
#include "libavutil/arm/neontest.h"
|
#include "libavutil/arm/neontest.h"
|
||||||
|
|
||||||
wrap(avcodec_open2(AVCodecContext *avctx,
|
wrap(avcodec_open2(AVCodecContext *avctx,
|
||||||
AVCodec *codec,
|
const AVCodec *codec,
|
||||||
AVDictionary **options))
|
AVDictionary **options))
|
||||||
{
|
{
|
||||||
testneonclobbers(avcodec_open2, avctx, codec, options);
|
testneonclobbers(avcodec_open2, avctx, codec, options);
|
||||||
|
Reference in New Issue
Block a user