diff mbox

[FFmpeg-devel,4/8] avcodec/v4l2_m2m: remove trailing whitespace in output identifier

Message ID 20190822214741.12456-4-ffmpeg@tmm1.net
State Accepted
Commit 7b092a074be8f8c9a7578afdbb9a57992deb1913
Headers show

Commit Message

Aman Karmani Aug. 22, 2019, 9:47 p.m. UTC
From: Aman Gupta <aman@tmm1.net>

Signed-off-by: Aman Gupta <aman@tmm1.net>
---
 libavcodec/v4l2_m2m.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/libavcodec/v4l2_m2m.c b/libavcodec/v4l2_m2m.c
index 334ba0a038..746ae96a21 100644
--- a/libavcodec/v4l2_m2m.c
+++ b/libavcodec/v4l2_m2m.c
@@ -67,7 +67,7 @@  static int v4l2_prepare_contexts(V4L2m2mContext* s, int probe)
 
     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);