Re: [libav-devel] [PATCH 1/2] buffersink: document special error codes returned from av_buffersink_get_frame

2014-02-11 Thread Diego Biurrun
On Tue, Feb 11, 2014 at 07:15:04AM +0100, Anton Khirnov wrote: --- a/libavfilter/buffersink.h +++ b/libavfilter/buffersink.h @@ -86,6 +90,9 @@ int av_buffersink_get_frame(AVFilterContext *ctx, AVFrame *frame); * frame will contain exactly nb_samples audio samples, except at

[libav-devel] [PATCH 1/2] buffersink: document special error codes returned from av_buffersink_get_frame

2014-02-10 Thread Anton Khirnov
--- libavfilter/buffersink.h | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/libavfilter/buffersink.h b/libavfilter/buffersink.h index 75cea35..0b183f7 100644 --- a/libavfilter/buffersink.h +++ b/libavfilter/buffersink.h @@ -70,8 +70,12 @@ int