mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
avcodec/v4l2_m2m: remove trailing whitespace in output identifier
Signed-off-by: Aman Gupta <aman@tmm1.net>
This commit is contained in:
parent
3a5bcb1d13
commit
7b092a074b
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user