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
14634429
Commit
14634429
authored
May 21, 2016
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf: update muxing doxy
Describe the new AVCodecParameters API.
parent
74b1bf63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
avformat.h
libavformat/avformat.h
+3
-3
No files found.
libavformat/avformat.h
View file @
14634429
...
@@ -191,15 +191,15 @@
...
@@ -191,15 +191,15 @@
* avio_open2() or a custom one.
* avio_open2() or a custom one.
* - Unless the format is of the AVFMT_NOSTREAMS type, at least one stream must
* - Unless the format is of the AVFMT_NOSTREAMS type, at least one stream must
* be created with the avformat_new_stream() function. The caller should fill
* be created with the avformat_new_stream() function. The caller should fill
* the @ref AVStream.codec
"stream codec context
" information, such as the
* the @ref AVStream.codec
par "stream codec parameters
" information, such as the
* codec @ref AVCodec
Context.codec_type "type", @ref AVCodecContext
.codec_id
* codec @ref AVCodec
Parameters.codec_type "type", @ref AVCodecParameters
.codec_id
* "id" and other parameters (e.g. width / height, the pixel or sample format,
* "id" and other parameters (e.g. width / height, the pixel or sample format,
* etc.) as known. The @ref AVStream.time_base "stream timebase" should
* etc.) as known. The @ref AVStream.time_base "stream timebase" should
* be set to the timebase that the caller desires to use for this stream (note
* be set to the timebase that the caller desires to use for this stream (note
* that the timebase actually used by the muxer can be different, as will be
* that the timebase actually used by the muxer can be different, as will be
* described later).
* described later).
* - It is advised to manually initialize only the relevant fields in
* - It is advised to manually initialize only the relevant fields in
* AVCodec
Context, rather than using @ref avcodec_copy_context
() during
* AVCodec
Parameters, rather than using @ref avcodec_parameters_copy
() during
* remuxing: there is no guarantee that the codec context values remain valid
* remuxing: there is no guarantee that the codec context values remain valid
* for both input and output format contexts.
* for both input and output format contexts.
* - The caller may fill in additional information, such as @ref
* - The caller may fill in additional information, such as @ref
...
...
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