Commit 7b092a07 authored by Aman Gupta's avatar Aman Gupta

avcodec/v4l2_m2m: remove trailing whitespace in output identifier

Signed-off-by: 's avatarAman Gupta <aman@tmm1.net>
parent 3a5bcb1d
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment