diff ffm.h @ 3492:6facc89bece8 libavformat

cosmetics, pts->dts
author bcoudurier
date Sun, 22 Jun 2008 08:53:44 +0000
parents a6f4d53b738d
children bf39ed8d3d69
line wrap: on
line diff
--- a/ffm.h	Sun Jun 22 08:50:57 2008 +0000
+++ b/ffm.h	Sun Jun 22 08:53:44 2008 +0000
@@ -48,7 +48,7 @@
     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;