diff options
author | Clément Bœsch <u@pkh.me> | 2016-07-19 15:34:03 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2016-07-19 15:34:03 +0200 |
commit | 21c081a2465172a8ea6c6598deea1872d0a7a045 (patch) | |
tree | be7e138bbbb775ebc11492de53c2131abf3cad7e | |
parent | 450cf400fc4ec0ec24c96e6dfa95eb1b9d0f48a7 (diff) | |
download | ffmpeg-21c081a2465172a8ea6c6598deea1872d0a7a045.tar.gz |
lavc/h264: fix spacing before comment
-rw-r--r-- | libavcodec/h264.h | 2 |
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 */ |