[FFmpeg-cvslog] avcodec/v4l2_m2m: remove trailing whitespace in output identifier

Aman Gupta git at videolan.org
Tue Sep 3 01:26:31 EEST 2019


ffmpeg | branch: master | Aman Gupta <aman at tmm1.net> | Thu Aug 22 12:20:40 2019 -0700| [7b092a074be8f8c9a7578afdbb9a57992deb1913] | committer: Aman Gupta

avcodec/v4l2_m2m: remove trailing whitespace in output identifier

Signed-off-by: Aman Gupta <aman at tmm1.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b092a074be8f8c9a7578afdbb9a57992deb1913
---

 libavcodec/v4l2_m2m.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/v4l2_m2m.c b/libavcodec/v4l2_m2m.c
index cc8de7b6f4..626ccb2f7b 100644
--- a/libavcodec/v4l2_m2m.c
+++ b/libavcodec/v4l2_m2m.c
@@ -67,7 +67,7 @@ static int v4l2_prepare_contexts(V4L2m2mContext* s)
 
     s->capture.done = s->output.done = 0;
     s->capture.name = "capture";
-    s->output.name = "output ";
+    s->output.name = "output";
     atomic_init(&s->refcount, 0);
     sem_init(&s->refsync, 0, 0);
 



More information about the ffmpeg-cvslog mailing list