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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-09-09 18:28:30 +0400
committerNicolas George <nicolas.george@normalesup.org>2012-09-15 18:14:33 +0400
commit6d8b32633e843962d84fc63875bda909d9a36f46 (patch)
tree1e340f3afb3da67c492687cf072b0a3ce70c97e6 /ffmpeg.h
parent37bbc9eb8bdae43d38a6fb7cc1356d1ce7d41e1c (diff)
ffmpeg: use PTS from the AVSubtitle structure.
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index cd849c959b..85a11a01d9 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -232,7 +232,6 @@ typedef struct InputStream {
int fix_sub_duration;
struct { /* previous decoded subtitle and related variables */
- int64_t pts;
int got_output;
int ret;
AVSubtitle subtitle;