summaryrefslogtreecommitdiffstats
path: root/libavcodec/v4l2_m2m.c
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2019-08-22 12:20:40 -0700
committerAman Gupta <aman@tmm1.net>2019-09-02 15:06:17 -0700
commit7b092a074be8f8c9a7578afdbb9a57992deb1913 (patch)
tree187bdd1fa3538d17fb0aa99d138027ba02c54b9f /libavcodec/v4l2_m2m.c
parent3a5bcb1d1374f26e4c569ee9b9c62c27477c5e8a (diff)
downloadffmpeg-streaming-7b092a074be8f8c9a7578afdbb9a57992deb1913.zip
ffmpeg-streaming-7b092a074be8f8c9a7578afdbb9a57992deb1913.tar.gz
avcodec/v4l2_m2m: remove trailing whitespace in output identifier
Signed-off-by: Aman Gupta <aman@tmm1.net>
Diffstat (limited to 'libavcodec/v4l2_m2m.c')
-rw-r--r--libavcodec/v4l2_m2m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/v4l2_m2m.c b/libavcodec/v4l2_m2m.c
index cc8de7b..626ccb2 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);
OpenPOWER on IntegriCloud