summaryrefslogtreecommitdiff
path: root/libavformat/asf.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-02-07 23:06:13 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-02-07 23:06:13 +0000
commit190972a06e26dc1f3cd367295dd085ea66a2a2da (patch)
tree33e4a70101c754849f169c9acca278c9445fe426 /libavformat/asf.h
parent2a1c3b8b907afdf44f0f30ae919fd7b46b7b70e0 (diff)
iam pretty sure send time is dts and not pts ...
Originally committed as revision 7879 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.h')
-rw-r--r--libavformat/asf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/asf.h b/libavformat/asf.h
index 7cdefb018d..6178bdc702 100644
--- a/libavformat/asf.h
+++ b/libavformat/asf.h
@@ -82,7 +82,6 @@ typedef struct {
/* packet filling */
unsigned char multi_payloads_present;
int packet_size_left;
- int prev_packet_sent_time;
int packet_timestamp_start;
int packet_timestamp_end;
unsigned int packet_nb_payloads;