summaryrefslogtreecommitdiff
path: root/libavformat/ffm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/ffm.h')
-rw-r--r--libavformat/ffm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ffm.h b/libavformat/ffm.h
index 97b7a5c716..52a84094a8 100644
--- a/libavformat/ffm.h
+++ b/libavformat/ffm.h
@@ -48,7 +48,7 @@ typedef struct FFMContext {
int first_packet; /* true if first packet, needed to set the discontinuity tag */
int packet_size;
int frame_offset;
- int64_t pts;
+ int64_t dts;
uint8_t *packet_ptr, *packet_end;
uint8_t packet[FFM_PACKET_SIZE];
} FFMContext;