On 10/08/2013 02:54 AM, Anton Khirnov wrote:
Elaborate on flushing the decoder.
---
  libavcodec/avcodec.h |   24 ++++++++++++++++++------
  1 file changed, 18 insertions(+), 6 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index bb36acd..168c09a 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3392,7 +3401,10 @@ void avcodec_align_dimensions2(AVCodecContext *s, int 
*width, int *height,
   *                   next call to this function or until closing or flushing 
the
   *                   decoder. The caller may not write to it.
   * @param[out] got_frame_ptr Zero if no frame could be decoded, otherwise it 
is
- *                           non-zero.
+ *                           non-zero. Not that this field being set to zero


s/Not/Note

Otherwise LGTM

-Justin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to