From acd60736ef62c7ea681d69c0c7b26142509aa1cb Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 6 Jul 2014 19:05:59 +0200 Subject: Remove stream_pts stuff This was used by DVD/BD, but its usage was removed with one of the previous commits. --- demux/packet.h | 1 - 1 file changed, 1 deletion(-) (limited to 'demux/packet.h') diff --git a/demux/packet.h b/demux/packet.h index e6cfafb5ee..21c0a6dc8f 100644 --- a/demux/packet.h +++ b/demux/packet.h @@ -29,7 +29,6 @@ typedef struct demux_packet { double pts; double dts; double duration; - double stream_pts; int64_t pos; // position in source file byte stream unsigned char *buffer; bool keyframe; -- cgit v1.2.3