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
1b5d3c08
Commit
1b5d3c08
authored
Jan 17, 2018
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat: small cosmetics after
6512ff72
Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
e1e89c06
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
avformat.h
libavformat/avformat.h
+3
-1
No files found.
libavformat/avformat.h
View file @
1b5d3c08
...
...
@@ -991,6 +991,8 @@ typedef struct AVStream {
* String containing pairs of key and values describing recommended encoder configuration.
* Pairs are separated by ','.
* Keys are separated from values by '='.
*
* @deprecated unused
*/
attribute_deprecated
char
*
recommended_encoder_configuration
;
...
...
@@ -1220,8 +1222,8 @@ attribute_deprecated
AVRational
av_stream_get_r_frame_rate
(
const
AVStream
*
s
);
attribute_deprecated
void
av_stream_set_r_frame_rate
(
AVStream
*
s
,
AVRational
r
);
attribute_deprecated
#if FF_API_LAVF_FFSERVER
attribute_deprecated
char
*
av_stream_get_recommended_encoder_configuration
(
const
AVStream
*
s
);
attribute_deprecated
void
av_stream_set_recommended_encoder_configuration
(
AVStream
*
s
,
char
*
configuration
);
...
...
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