diff asf.h @ 1701:90be497b752b libavformat

remove a few unused and duplicated variables
author michael
date Mon, 22 Jan 2007 10:53:57 +0000
parents 39cafa2f6060
children 48ab789094be
line wrap: on
line diff
--- a/asf.h	Mon Jan 22 03:19:00 2007 +0000
+++ b/asf.h	Mon Jan 22 10:53:57 2007 +0000
@@ -31,8 +31,6 @@
     int ds_span;                /* descrambling  */
     int ds_packet_size;
     int ds_chunk_size;
-    int ds_data_size;
-    int ds_silence_data;
 
     int64_t packet_pos;
 
@@ -46,8 +44,6 @@
                                 // invalid if broadcasting
     uint64_t create_time;       // time of creation, in 100-nanosecond units since 1.1.1601
                                 // invalid if broadcasting
-    uint64_t packets_count;     // how many packets are there in the file
-                                // invalid if broadcasting
     uint64_t play_time;         // play time, in 100-nanosecond units
                                 // invalid if broadcasting
     uint64_t send_time;         // time to send file, in 100-nanosecond units
@@ -81,7 +77,7 @@
     int asfid2avid[128];        /* conversion table from asf ID 2 AVStream ID */
     ASFStream streams[128];     /* it's max number and it's not that big */
     /* non streamed additonnal info */
-    uint64_t nb_packets;
+    uint64_t nb_packets;                 ///< how many packets are there in the file, invalid if broadcasting
     int64_t duration; /* in 100ns units */
     /* packet filling */
     unsigned char multi_payloads_present;