]> git.sesse.net Git - ffmpeg/commitdiff
lavc/h264: fix spacing before comment
authorClément Bœsch <u@pkh.me>
Tue, 19 Jul 2016 13:34:03 +0000 (15:34 +0200)
committerClément Bœsch <u@pkh.me>
Tue, 19 Jul 2016 13:34:03 +0000 (15:34 +0200)
libavcodec/h264.h

index 1e3dfd512d9afac5fc58d93fcd76765190245de9..e106f00ae0f9587961b7d597e01905d6bf75d4ac 100644 (file)
@@ -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 */