On Fri, 2012-04-20 at 12:38 +0200, Andrzej Hajda wrote:
> On Thu, 2012-04-19 at 10:58 -0300, Mauro Carvalho Chehab wrote:
> > Em 13-04-2012 13:31, Kamil Debski escreveu:
> > > Hi,
> > >
> > >> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> > >> Sent: 10 April 2012 11:51
> > >>
> >
On Thu, 2012-04-19 at 10:58 -0300, Mauro Carvalho Chehab wrote:
> Em 13-04-2012 13:31, Kamil Debski escreveu:
> > Hi,
> >
> >> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> >> Sent: 10 April 2012 11:51
> >>
> >> v4l: added V4L2_BUF_FLAG_EOS flag indicating the last frame in the st
Em 13-04-2012 13:31, Kamil Debski escreveu:
> Hi,
>
>> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
>> Sent: 10 April 2012 11:51
>>
>> v4l: added V4L2_BUF_FLAG_EOS flag indicating the last frame in the stream
>>
>> Some devices requires indicator if the buffer is the last one in th
Hi,
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> Sent: 10 April 2012 11:51
>
> v4l: added V4L2_BUF_FLAG_EOS flag indicating the last frame in the stream
>
> Some devices requires indicator if the buffer is the last one in the
> stream.
> Applications and drivers can use this
v4l: added V4L2_BUF_FLAG_EOS flag indicating the last frame in the stream
Some devices requires indicator if the buffer is the last one in the stream.
Applications and drivers can use this flag in such case.
Signed-off-by: Andrzej Hajda
Signed-off-by: Kyungmin Park
---
Hello,
This patch adds