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
d8d2f934
Commit
d8d2f934
authored
Jul 19, 2015
by
Carl Eugen Hoyos
Committed by
Michael Niedermayer
Jul 19, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc: Improve documentation for rc_max_rate and bit_rate.
Both may be set by user (libavformat) on decoding.
parent
5c583b14
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
avcodec.h
libavcodec/avcodec.h
+3
-2
No files found.
libavcodec/avcodec.h
View file @
d8d2f934
...
@@ -1311,7 +1311,8 @@ typedef struct AVCodecContext {
...
@@ -1311,7 +1311,8 @@ typedef struct AVCodecContext {
/**
/**
* the average bitrate
* the average bitrate
* - encoding: Set by user; unused for constant quantizer encoding.
* - encoding: Set by user; unused for constant quantizer encoding.
* - decoding: Set by libavcodec. 0 or some bitrate if this info is available in the stream.
* - decoding: Set by user, may be overwritten by libavcodec
* if this info is available in the stream
*/
*/
int
bit_rate
;
int
bit_rate
;
...
@@ -2349,7 +2350,7 @@ typedef struct AVCodecContext {
...
@@ -2349,7 +2350,7 @@ typedef struct AVCodecContext {
/**
/**
* maximum bitrate
* maximum bitrate
* - encoding: Set by user.
* - encoding: Set by user.
* - decoding: Set by libavcodec.
* - decoding: Set by
user, may be overwritten by
libavcodec.
*/
*/
int
rc_max_rate
;
int
rc_max_rate
;
...
...
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