diff options
author | Aman Gupta <aman@tmm1.net> | 2019-08-22 12:20:40 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2019-09-02 15:06:17 -0700 |
commit | 7b092a074be8f8c9a7578afdbb9a57992deb1913 (patch) | |
tree | 187bdd1fa3538d17fb0aa99d138027ba02c54b9f /libavcodec | |
parent | 3a5bcb1d1374f26e4c569ee9b9c62c27477c5e8a (diff) | |
download | ffmpeg-7b092a074be8f8c9a7578afdbb9a57992deb1913.tar.gz |
avcodec/v4l2_m2m: remove trailing whitespace in output identifier
Signed-off-by: Aman Gupta <aman@tmm1.net>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/v4l2_m2m.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |