Browse Source

avcodec: Fix successfull typo

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.2
Michael Niedermayer 9 years ago
parent
commit
a97e35e7c2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/avcodec.h

+ 1
- 1
libavcodec/avcodec.h View File

@@ -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, * This function will transform @ref AVBSFList to single @ref AVBSFContext,
* so the whole chain of bitstream filters can be treated as single filter * so the whole chain of bitstream filters can be treated as single filter
* freshly allocated by av_bsf_alloc(). * 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 * will be set to NULL. In case of failure, caller is responsible for
* freeing the structure by av_bsf_list_free() * freeing the structure by av_bsf_list_free()
* *


Loading…
Cancel
Save