[FFmpeg-cvslog] lavc/h264: fix spacing before comment

Clément Bœsch git at videolan.org
Tue Jul 19 15:37:27 CEST 2016


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Tue Jul 19 15:34:03 2016 +0200| [21c081a2465172a8ea6c6598deea1872d0a7a045] | committer: Clément Bœsch

lavc/h264: fix spacing before comment

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=21c081a2465172a8ea6c6598deea1872d0a7a045
---

 libavcodec/h264.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 1e3dfd5..e106f00 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 */



More information about the ffmpeg-cvslog mailing list