[FFmpeg-cvslog] ffmpeg: fix ffmpeg.h trailing whitespace
Marton Balint
git at videolan.org
Thu Oct 22 19:02:42 CEST 2015
ffmpeg | branch: master | Marton Balint <cus at passwd.hu> | Thu Oct 22 05:26:46 2015 +0200| [5821244b225b34dbabcd5bf6cf1c0a9dc3e529dc] | committer: Marton Balint
ffmpeg: fix ffmpeg.h trailing whitespace
How this passed through the commit hook?
Reviewed-by: Michael Niedermayer <michael at niedermayer.cc>
Signed-off-by: Marton Balint <cus at passwd.hu>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5821244b225b34dbabcd5bf6cf1c0a9dc3e529dc
---
ffmpeg.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ffmpeg.h b/ffmpeg.h
index c3cf88d..e8066f8 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -274,7 +274,7 @@ typedef struct InputStream {
int wrap_correction_done;
int64_t filter_in_rescale_delta_last;
-
+
int64_t min_pts; /* pts with the smallest value in a current stream */
int64_t max_pts; /* pts with the higher value in a current stream */
int64_t nb_samples; /* number of samples in the last decoded audio frame before looping */
@@ -353,7 +353,7 @@ typedef struct InputFile {
at the moment when looping happens */
AVRational time_base; /* time base of the duration */
int64_t input_ts_offset;
-
+
int64_t ts_offset;
int64_t last_ts;
int64_t start_time; /* user-specified start time in AV_TIME_BASE or AV_NOPTS_VALUE */
More information about the ffmpeg-cvslog
mailing list