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
0092bcdf
Commit
0092bcdf
authored
Jul 16, 2013
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/avcodec.h: fix various typos in av_bitstream_filter_filter() docs
parent
5ceffb1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
avcodec.h
libavcodec/avcodec.h
+4
-4
No files found.
libavcodec/avcodec.h
View file @
0092bcdf
...
...
@@ -4705,10 +4705,10 @@ AVBitStreamFilterContext *av_bitstream_filter_init(const char *name);
* If the return value is positive, an output buffer is allocated and
* is availble in *poutbuf, and is distinct from the input buffer.
*
* If the return value is 0, the output
output buffer is not allocate
d
*
and the output buffer should be considered identical to the input
*
buffer, or in case *poutbuf was set it points to the input buffer
*
(not necessarily to
its starting address).
* If the return value is 0, the output
buffer is not allocated an
d
*
should be considered identical to the input buffer, or in case
*
*poutbuf was set it points to the input buffer (not necessarily to
* its starting address).
*/
int
av_bitstream_filter_filter
(
AVBitStreamFilterContext
*
bsfc
,
AVCodecContext
*
avctx
,
const
char
*
args
,
...
...
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