[libav-devel] [PATCH] avframe: note that linesize is not the usable data size

2013-09-27 Thread Anton Khirnov
--- libavutil/frame.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/libavutil/frame.h b/libavutil/frame.h index d71948d..b0676e7 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -84,6 +84,9 @@ typedef struct AVFrame { * * For audio, only linesize[0] may be set.

Re: [libav-devel] [PATCH] avframe: note that linesize is not the usable data size

2013-09-27 Thread Luca Barbato
On 27/09/13 16:49, Anton Khirnov wrote: --- libavutil/frame.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/libavutil/frame.h b/libavutil/frame.h index d71948d..b0676e7 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -84,6 +84,9 @@ typedef struct AVFrame { *