summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-07-19 15:34:03 +0200
committerClément Bœsch <u@pkh.me>2016-07-19 15:34:03 +0200
commit21c081a2465172a8ea6c6598deea1872d0a7a045 (patch)
treebe7e138bbbb775ebc11492de53c2131abf3cad7e /libavcodec
parent450cf400fc4ec0ec24c96e6dfa95eb1b9d0f48a7 (diff)
lavc/h264: fix spacing before comment
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/h264.h2
1 files changed, 1 insertions, 1 deletions
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 */