ffmpeg | branch: master | Aman Gupta <a...@tmm1.net> | Thu Aug 22 12:20:40 2019 -0700| [7b092a074be8f8c9a7578afdbb9a57992deb1913] | committer: Aman Gupta
avcodec/v4l2_m2m: remove trailing whitespace in output identifier Signed-off-by: Aman Gupta <a...@tmm1.net> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b092a074be8f8c9a7578afdbb9a57992deb1913 --- libavcodec/v4l2_m2m.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".