Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2015-10-22 06:26:46 +0300
committerMarton Balint <cus@passwd.hu>2015-10-22 19:56:47 +0300
commit5821244b225b34dbabcd5bf6cf1c0a9dc3e529dc (patch)
treec1978aec60c3671504f87f25bbeccbb44d3f6cfe /ffmpeg.h
parentb54d645116074ba66781d922ee6905b4eea8fa57 (diff)
ffmpeg: fix ffmpeg.h trailing whitespace
How this passed through the commit hook? Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index c3cf88de74..e8066f84df 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 */