Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Bingham <uhmmmm@gmail.com>2012-09-18 09:38:30 +0400
committerNicolas George <nicolas.george@normalesup.org>2012-09-18 11:06:44 +0400
commit6e03da7f35427715f287af32f181e6a01276a137 (patch)
treee28d50144e4ca71c9188091a09453ae8bab60eb6 /doc/filter_design.txt
parent70a97345440d4a7f35871d17f6b05ef646c3dbe9 (diff)
doc: fix typos in filter documentation
Signed-off-by: Bobby Bingham <uhmmmm@gmail.com>
Diffstat (limited to 'doc/filter_design.txt')
-rw-r--r--doc/filter_design.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filter_design.txt b/doc/filter_design.txt
index 6faa1b30f1..11bcc72694 100644
--- a/doc/filter_design.txt
+++ b/doc/filter_design.txt
@@ -81,7 +81,7 @@ Buffer references ownership and permissions
* A reference created with avfilter_ref_buffer belongs to the code that
created it.
- * A reference obtained with ff_get_video_buffer of ff_get_audio_buffer
+ * A reference obtained with ff_get_video_buffer or ff_get_audio_buffer
belongs to the code that requested it.
* A reference given as return value by the get_video_buffer or
@@ -158,7 +158,7 @@ Buffer references ownership and permissions
permissions stated in the min_perms field and none of the permissions
stated in the rej_perms.
- References obtained by ff_get_video_buffer and ff_get_video_buffer are
+ References obtained by ff_get_video_buffer and ff_get_audio_buffer are
guaranteed to have at least all the permissions requested as argument.
References created by avfilter_ref_buffer have the same permissions as