diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-09-09 16:28:30 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-09-15 16:14:33 +0200 |
commit | 6d8b32633e843962d84fc63875bda909d9a36f46 (patch) | |
tree | 1e340f3afb3da67c492687cf072b0a3ce70c97e6 /ffmpeg.h | |
parent | 37bbc9eb8bdae43d38a6fb7cc1356d1ce7d41e1c (diff) | |
download | ffmpeg-6d8b32633e843962d84fc63875bda909d9a36f46.tar.gz |
ffmpeg: use PTS from the AVSubtitle structure.
Diffstat (limited to 'ffmpeg.h')
-rw-r--r-- | ffmpeg.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |