[FFmpeg-devel] [PATCH] lavu/frame: minor correction of language in comment about linesize

2014-08-27 Thread James Darnley
--- libavutil/frame.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavutil/frame.h b/libavutil/frame.h index 2391d3e..d6d017c 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -162,7 +162,7 @@ typedef struct AVFrame { * For audio, only linesize[0] may b

Re: [FFmpeg-devel] [PATCH] lavu/frame: minor correction of language in comment about linesize

2014-08-27 Thread Timothy Gu
On Wed, Aug 27, 2014 at 12:38 PM, James Darnley wrote: > --- > libavutil/frame.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) OK > > diff --git a/libavutil/frame.h b/libavutil/frame.h > index 2391d3e..d6d017c 100644 > --- a/libavutil/frame.h > +++ b/libavutil/frame.h > @@ -162,

Re: [FFmpeg-devel] [PATCH] lavu/frame: minor correction of language in comment about linesize

2014-08-27 Thread James Darnley
On 2014-08-27 22:18, Timothy Gu wrote: > On Wed, Aug 27, 2014 at 12:38 PM, James Darnley > wrote: >> --- >> libavutil/frame.h |2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) > > OK Thanks but don't apply this patch just yet. Similar typos were highlighted on IRC so I will send