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
0af1fe84
Commit
0af1fe84
authored
Oct 17, 2012
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat: Fix references to the removed function av_write_header in comments
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
22310eef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
avformat.h
libavformat/avformat.h
+2
-2
No files found.
libavformat/avformat.h
View file @
0af1fe84
...
@@ -653,7 +653,7 @@ typedef struct AVStream {
...
@@ -653,7 +653,7 @@ typedef struct AVStream {
* of which frame timestamps are represented.
* of which frame timestamps are represented.
*
*
* decoding: set by libavformat
* decoding: set by libavformat
* encoding: set by libavformat in av_write_header. The muxer may use the
* encoding: set by libavformat in av
format
_write_header. The muxer may use the
* user-provided value of @ref AVCodecContext.time_base "codec->time_base"
* user-provided value of @ref AVCodecContext.time_base "codec->time_base"
* as a hint.
* as a hint.
*/
*/
...
@@ -1486,7 +1486,7 @@ int av_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out,
...
@@ -1486,7 +1486,7 @@ int av_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out,
* Write the stream trailer to an output media file and free the
* Write the stream trailer to an output media file and free the
* file private data.
* file private data.
*
*
* May only be called after a successful call to av_write_header.
* May only be called after a successful call to av
format
_write_header.
*
*
* @param s media file handle
* @param s media file handle
* @return 0 if OK, AVERROR_xxx on error
* @return 0 if OK, AVERROR_xxx on error
...
...
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