Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
6b8b0fe2
Commit
6b8b0fe2
authored
13 years ago
by
Luca Barbato
Browse files
Options
Downloads
Patches
Plain Diff
doxy: remove reference to removed api
parent
aac63cef
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libavformat/avformat.h
+3
-4
3 additions, 4 deletions
libavformat/avformat.h
with
3 additions
and
4 deletions
libavformat/avformat.h
+
3
−
4
View file @
6b8b0fe2
...
@@ -433,15 +433,14 @@ typedef struct AVInputFormat {
...
@@ -433,15 +433,14 @@ typedef struct AVInputFormat {
/**
/**
* Read the format header and initialize the AVFormatContext
* Read the format header and initialize the AVFormatContext
* structure. Return 0 if OK. 'ap' if non-NULL contains
* structure. Return 0 if OK. Only used in raw format right
* additional parameters. Only used in raw format right
* now. 'avformat_new_stream' should be called to create new streams.
* now. 'av_new_stream' should be called to create new streams.
*/
*/
int
(
*
read_header
)(
struct
AVFormatContext
*
);
int
(
*
read_header
)(
struct
AVFormatContext
*
);
/**
/**
* Read one packet and put it in 'pkt'. pts and flags are also
* Read one packet and put it in 'pkt'. pts and flags are also
* set. 'av_new_stream' can be called only if the flag
* set. 'av
format
_new_stream' can be called only if the flag
* AVFMTCTX_NOHEADER is used and only in the calling thread (not in a
* AVFMTCTX_NOHEADER is used and only in the calling thread (not in a
* background thread).
* background thread).
* @return 0 on success, < 0 on error.
* @return 0 on success, < 0 on error.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment