Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
67a68dce
Commit
67a68dce
authored
Oct 26, 2012
by
Mans Rullgard
Browse files
af_channelmap: remove stray enum declaration
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
6b776c61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
libavfilter/af_channelmap.c
libavfilter/af_channelmap.c
+0
-1
No files found.
libavfilter/af_channelmap.c
View file @
67a68dce
...
...
@@ -124,7 +124,6 @@ static av_cold int channelmap_init(AVFilterContext *ctx, const char *args)
ChannelMapContext
*
s
=
ctx
->
priv
;
int
ret
;
char
*
mapping
;
enum
mode
;
int
map_entries
=
0
;
char
buf
[
256
];
enum
MappingMode
mode
;
...
...
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