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
64af59bc
Commit
64af59bc
authored
Aug 20, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avformat: Fix references to removed av_close_input_file in Doxygen
parent
67400f6b
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 @
64af59bc
...
@@ -1212,7 +1212,7 @@ int av_probe_input_buffer(AVIOContext *pb, AVInputFormat **fmt,
...
@@ -1212,7 +1212,7 @@ int av_probe_input_buffer(AVIOContext *pb, AVInputFormat **fmt,
/**
/**
* Open an input stream and read the header. The codecs are not opened.
* Open an input stream and read the header. The codecs are not opened.
* The stream must be closed with av
_close_input_file
().
* The stream must be closed with av
format_close_input
().
*
*
* @param ps Pointer to user-supplied AVFormatContext (allocated by avformat_alloc_context).
* @param ps Pointer to user-supplied AVFormatContext (allocated by avformat_alloc_context).
* May be a pointer to NULL, in which case an AVFormatContext is allocated by this
* May be a pointer to NULL, in which case an AVFormatContext is allocated by this
...
@@ -1294,8 +1294,8 @@ int av_find_best_stream(AVFormatContext *ic,
...
@@ -1294,8 +1294,8 @@ int av_find_best_stream(AVFormatContext *ic,
* information possible for decoding.
* information possible for decoding.
*
*
* If pkt->buf is NULL, then the packet is valid until the next
* If pkt->buf is NULL, then the packet is valid until the next
* av_read_frame() or until av
_close_input_file(). Otherwise the packet is valid
* av_read_frame() or until av
format_close_input(). Otherwise the packet
* indefinitely. In both cases the packet must be freed with
* i
s valid i
ndefinitely. In both cases the packet must be freed with
* av_free_packet when it is no longer needed. For video, the packet contains
* av_free_packet when it is no longer needed. For video, the packet contains
* exactly one frame. For audio, it contains an integer number of frames if each
* exactly one frame. For audio, it contains an integer number of frames if each
* frame has a known fixed size (e.g. PCM or ADPCM data). If the audio frames
* frame has a known fixed size (e.g. PCM or ADPCM data). If the audio frames
...
...
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