Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stefan Westerfeld
ffmpeg
Commits
4a081f22
Commit
4a081f22
authored
Jun 25, 2016
by
Clément Bœsch
Committed by
Martin Storsjö
Jun 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libavcodec: fix constness in clobber test avcodec_open2() wrappers
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
02c27619
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
neontest.c
libavcodec/aarch64/neontest.c
+1
-1
neontest.c
libavcodec/arm/neontest.c
+1
-1
w64xmmtest.c
libavcodec/x86/w64xmmtest.c
+1
-1
No files found.
libavcodec/aarch64/neontest.c
View file @
4a081f22
...
...
@@ -23,7 +23,7 @@
#include "libavutil/aarch64/neontest.h"
wrap
(
avcodec_open2
(
AVCodecContext
*
avctx
,
AVCodec
*
codec
,
const
AVCodec
*
codec
,
AVDictionary
**
options
))
{
testneonclobbers
(
avcodec_open2
,
avctx
,
codec
,
options
);
...
...
libavcodec/arm/neontest.c
View file @
4a081f22
...
...
@@ -23,7 +23,7 @@
#include "libavutil/arm/neontest.h"
wrap
(
avcodec_open2
(
AVCodecContext
*
avctx
,
AVCodec
*
codec
,
const
AVCodec
*
codec
,
AVDictionary
**
options
))
{
testneonclobbers
(
avcodec_open2
,
avctx
,
codec
,
options
);
...
...
libavcodec/x86/w64xmmtest.c
View file @
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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment