Hi Mauro,
On Tuesday 22 Nov 2016 16:27:29 Mauro Carvalho Chehab wrote:
> Em Tue, 15 Nov 2016 23:49:43 +0200 Sakari Ailus escreveu:
> > The documentation simply mentioned that one of the four pixel orders was
> > used in the example. Now specify the exact pixelformat instead.
> >
> > for i in pixf
Em Tue, 15 Nov 2016 23:49:43 +0200
Sakari Ailus escreveu:
> The documentation simply mentioned that one of the four pixel orders was
> used in the example. Now specify the exact pixelformat instead.
>
> for i in pixfmt-s*.rst; do i=$i perl -i -pe '
> my $foo=$ENV{i};
> $foo =~ s/pixf
Hi Laurent,
On Tue, Nov 15, 2016 at 11:55:27PM +0200, Laurent Pinchart wrote:
> Hi Sakari,
>
> Thank you for the patch.
>
> On Tuesday 15 Nov 2016 23:49:43 Sakari Ailus wrote:
> > The documentation simply mentioned that one of the four pixel orders was
> > used in the example. Now specify the ex
Hi Sakari,
Thank you for the patch.
On Tuesday 15 Nov 2016 23:49:43 Sakari Ailus wrote:
> The documentation simply mentioned that one of the four pixel orders was
> used in the example. Now specify the exact pixelformat instead.
>
> for i in pixfmt-s*.rst; do i=$i perl -i -pe '
> my $foo=$
The documentation simply mentioned that one of the four pixel orders was
used in the example. Now specify the exact pixelformat instead.
for i in pixfmt-s*.rst; do i=$i perl -i -pe '
my $foo=$ENV{i};
$foo =~ s/pixfmt-[a-z]+([0-9].*).rst/$1/;
$foo = uc $foo;
s/one of