summaryrefslogtreecommitdiffstats
path: root/demux/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/packet.h')
-rw-r--r--demux/packet.h1
1 files changed, 0 insertions, 1 deletions
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;