From 21c081a2465172a8ea6c6598deea1872d0a7a045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Tue, 19 Jul 2016 15:34:03 +0200 Subject: [PATCH] lavc/h264: fix spacing before comment --- libavcodec/h264.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 1e3dfd512d..e106f00ae0 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -675,7 +675,7 @@ typedef struct H264Context { int missing_fields; -/* for frame threading, this is set to 1 + /* for frame threading, this is set to 1 * after finish_setup() has been called, so we cannot modify * some context properties (which are supposed to stay constant between * slices) anymore */