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
46c9ddf8
Commit
46c9ddf8
authored
Sep 18, 2011
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi: fix avfilter_get_audio_buffer() doxy to match reality.
parent
9209249b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
avfilter.h
libavfilter/avfilter.h
+0
-3
No files found.
libavfilter/avfilter.h
View file @
46c9ddf8
...
@@ -747,10 +747,7 @@ avfilter_get_video_buffer_ref_from_arrays(uint8_t * const data[4], const int lin
...
@@ -747,10 +747,7 @@ avfilter_get_video_buffer_ref_from_arrays(uint8_t * const data[4], const int lin
* @param link the output link to the filter from which the buffer will
* @param link the output link to the filter from which the buffer will
* be requested
* be requested
* @param perms the required access permissions
* @param perms the required access permissions
* @param sample_fmt the format of each sample in the buffer to allocate
* @param nb_samples the number of samples per channel
* @param nb_samples the number of samples per channel
* @param channel_layout the number and type of channels per sample in the buffer to allocate
* @param planar audio data layout - planar or packed
* @return A reference to the samples. This must be unreferenced with
* @return A reference to the samples. This must be unreferenced with
* avfilter_unref_buffer when you are finished with it.
* avfilter_unref_buffer when you are finished with it.
*/
*/
...
...
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