Browse Source

avcodec/v4l2_m2m: remove trailing whitespace in output identifier

Signed-off-by: Aman Gupta <aman@tmm1.net>
tags/n4.3
Aman Gupta 5 years ago
parent
commit
7b092a074b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/v4l2_m2m.c

+ 1
- 1
libavcodec/v4l2_m2m.c View File

@@ -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…
Cancel
Save