From 6d8b32633e843962d84fc63875bda909d9a36f46 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Sun, 9 Sep 2012 16:28:30 +0200 Subject: ffmpeg: use PTS from the AVSubtitle structure. --- ffmpeg.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ffmpeg.h') 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; -- cgit v1.2.3