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:
authorMichael Niedermayer <michael@niedermayer.cc>2016-09-07 02:43:07 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-09-07 02:43:07 +0300
commita97e35e7c20a25686ebcabfcb3db3bdbaaa40b01 (patch)
treecb89ed68e5e9b2d727ab21925087089fccbccd58 /libavcodec
parent843e72ea5542845a0a9fed743517c14a92279885 (diff)
avcodec: Fix successfull typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index e2dad5de6b..4d92f69274 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -6012,7 +6012,7 @@ int av_bsf_list_append2(AVBSFList *lst, const char * bsf_name, AVDictionary **op
* This function will transform @ref AVBSFList to single @ref AVBSFContext,
* so the whole chain of bitstream filters can be treated as single filter
* freshly allocated by av_bsf_alloc().
- * If the call is successfull, @ref AVBSFList structure is freed and lst
+ * If the call is successful, @ref AVBSFList structure is freed and lst
* will be set to NULL. In case of failure, caller is responsible for
* freeing the structure by av_bsf_list_free()
*