From 3f567eeb56cf3f47fbebdf65fb0f891c6a8ad8e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Sat, 15 May 2021 14:24:35 +0200 Subject: [PATCH] spa: ffmpeg: fix FFmpeg name ffmpeg.c had 'Spa V4l2 Support' in it, fix that to say FFmpeg. Furthermore, change 'FFMpeg' to 'FFmpeg' in ffmpeg-{enc,dec}.c as that is how it's referred to in official texts. --- spa/plugins/ffmpeg/ffmpeg-dec.c | 2 +- spa/plugins/ffmpeg/ffmpeg-enc.c | 2 +- spa/plugins/ffmpeg/ffmpeg.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spa/plugins/ffmpeg/ffmpeg-dec.c b/spa/plugins/ffmpeg/ffmpeg-dec.c index dd2b3e97f..0e4ee3de0 100644 --- a/spa/plugins/ffmpeg/ffmpeg-dec.c +++ b/spa/plugins/ffmpeg/ffmpeg-dec.c @@ -1,4 +1,4 @@ -/* Spa FFMpeg Decoder +/* Spa FFmpeg decoder * * Copyright © 2018 Wim Taymans * diff --git a/spa/plugins/ffmpeg/ffmpeg-enc.c b/spa/plugins/ffmpeg/ffmpeg-enc.c index 05a2d3893..253cb91b3 100644 --- a/spa/plugins/ffmpeg/ffmpeg-enc.c +++ b/spa/plugins/ffmpeg/ffmpeg-enc.c @@ -1,4 +1,4 @@ -/* Spa FFMpeg Encoder +/* Spa FFmpeg encoder * * Copyright © 2018 Wim Taymans * diff --git a/spa/plugins/ffmpeg/ffmpeg.c b/spa/plugins/ffmpeg/ffmpeg.c index 18f531d93..33e65b7be 100644 --- a/spa/plugins/ffmpeg/ffmpeg.c +++ b/spa/plugins/ffmpeg/ffmpeg.c @@ -1,4 +1,4 @@ -/* Spa V4l2 support +/* Spa FFmpeg support * * Copyright © 2018 Wim Taymans *