Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
2cb29a5d
Commit
2cb29a5d
authored
Mar 23, 2019
by
Steven Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat/avformat.h: update the comment from deprecated to new API
Signed-off-by:
Steven Liu
<
lq@chinaffmpeg.org
>
parent
fba42b33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
avformat.h
libavformat/avformat.h
+4
-6
No files found.
libavformat/avformat.h
View file @
2cb29a5d
...
@@ -36,17 +36,15 @@
...
@@ -36,17 +36,15 @@
* into component streams, and the reverse process of muxing - writing supplied
* into component streams, and the reverse process of muxing - writing supplied
* data in a specified container format. It also has an @ref lavf_io
* data in a specified container format. It also has an @ref lavf_io
* "I/O module" which supports a number of protocols for accessing the data (e.g.
* "I/O module" which supports a number of protocols for accessing the data (e.g.
* file, tcp, http and others). Before using lavf, you need to call
* file, tcp, http and others).
* av_register_all() to register all compiled muxers, demuxers and protocols.
* Unless you are absolutely sure you won't use libavformat's network
* Unless you are absolutely sure you won't use libavformat's network
* capabilities, you should also call avformat_network_init().
* capabilities, you should also call avformat_network_init().
*
*
* A supported input format is described by an AVInputFormat struct, conversely
* A supported input format is described by an AVInputFormat struct, conversely
* an output format is described by AVOutputFormat. You can iterate over all
* an output format is described by AVOutputFormat. You can iterate over all
* registered input/output formats using the av_iformat_next() /
* input/output formats using the av_demuxer_iterate / av_muxer_iterate() functions.
* av_oformat_next() functions. The protocols layer is not part of the public
* The protocols layer is not part of the public API, so you can only get the names
* API, so you can only get the names of supported protocols with the
* of supported protocols with the avio_enum_protocols() function.
* avio_enum_protocols() function.
*
*
* Main lavf structure used for both muxing and demuxing is AVFormatContext,
* Main lavf structure used for both muxing and demuxing is AVFormatContext,
* which exports all information about the file being read or written. As with
* which exports all information about the file being read or written. As with
...
...
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