Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
e5df74dc
Commit
e5df74dc
authored
Mar 22, 2012
by
Clément Bœsch
Committed by
Clément Bœsch
Apr 06, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ffmpeg: remove unused meta_data_maps.
This is unused since
a7b5e841
.
parent
e0f30a56
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
ffmpeg.c
ffmpeg.c
+0
-4
No files found.
ffmpeg.c
View file @
e5df74dc
...
...
@@ -360,9 +360,6 @@ typedef struct OptionsContext {
int
nb_stream_maps
;
AudioChannelMap
*
audio_channel_maps
;
///< one info entry per -map_channel
int
nb_audio_channel_maps
;
///< number of (valid) -map_channel settings
/* first item specifies output metadata, second is input */
MetadataMap
(
*
meta_data_maps
)[
2
];
int
nb_meta_data_maps
;
int
metadata_global_manual
;
int
metadata_streams_manual
;
int
metadata_chapters_manual
;
...
...
@@ -461,7 +458,6 @@ static void reset_options(OptionsContext *o, int is_input)
av_freep
(
&
o
->
stream_maps
);
av_freep
(
&
o
->
audio_channel_maps
);
av_freep
(
&
o
->
meta_data_maps
);
av_freep
(
&
o
->
streamid_map
);
memset
(
o
,
0
,
sizeof
(
*
o
));
...
...
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