diff mbox

[2/2] gmsl-yavta: Save output frames to .ppm files

Message ID 20180131210116.28098-1-laurent.pinchart@ideasonboard.com (mailing list archive)
State Not Applicable
Delegated to: Geert Uytterhoeven
Headers show

Commit Message

Laurent Pinchart Jan. 31, 2018, 9:01 p.m. UTC
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(-)

Comments

Niklas Söderlund Jan. 31, 2018, 11:10 p.m. UTC | #1
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 mbox

Patch

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