Message ID | 20180131210116.28098-1-laurent.pinchart@ideasonboard.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Hi Laurent, Thanks for your patch. On 2018-01-31 23:01:16 +0200, Laurent Pinchart wrote: > The script produces the PPM variant of PNM, the correct file extension > is .ppm. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Applied. > --- > gmsl-yavta.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gmsl-yavta.sh b/gmsl-yavta.sh > index a123bf52a16d..0ec0560441d8 100755 > --- a/gmsl-yavta.sh > +++ b/gmsl-yavta.sh > @@ -83,5 +83,5 @@ wait > > for f in $out/*bin; do > name=$(basename $f .bin) > - raw2rgbpnm -f YUYV -s 1280x800 $out/$name.bin $out/$name.pnm > + raw2rgbpnm -f YUYV -s 1280x800 $out/$name.bin $out/$name.ppm > done > -- > Regards, > > Laurent Pinchart >
diff --git a/gmsl-yavta.sh b/gmsl-yavta.sh index a123bf52a16d..0ec0560441d8 100755 --- a/gmsl-yavta.sh +++ b/gmsl-yavta.sh @@ -83,5 +83,5 @@ wait for f in $out/*bin; do name=$(basename $f .bin) - raw2rgbpnm -f YUYV -s 1280x800 $out/$name.bin $out/$name.pnm + raw2rgbpnm -f YUYV -s 1280x800 $out/$name.bin $out/$name.ppm done
The script produces the PPM variant of PNM, the correct file extension is .ppm. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- gmsl-yavta.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)