浏览代码

deps-libff: Remove extra whitespace

John Bradley 10 年之前
父节点
当前提交
b2d5b47833
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      deps/libff/libff/ff-video-decoder.c

+ 0 - 1
deps/libff/libff/ff-video-decoder.c

@@ -117,7 +117,6 @@ void *ff_video_decoder_thread(void *opaque_video_decoder)
 		// there is a picture to show for some codecs, but we still want
 		// there is a picture to show for some codecs, but we still want
 		// to adjust our various internal clocks for the next frame
 		// to adjust our various internal clocks for the next frame
 		if (complete) {
 		if (complete) {
-
 			// If we don't have a good PTS, try to guess based
 			// If we don't have a good PTS, try to guess based
 			// on last received PTS provided plus prediction
 			// on last received PTS provided plus prediction
 			// This function returns a pts scaled to stream
 			// This function returns a pts scaled to stream