comparison asf.h @ 1776:b090df664f0d libavformat

use dvr-ms timestamps
author michael
date Sat, 10 Feb 2007 03:36:12 +0000
parents 913e0d9b82d3
children bf6a0dd6d7be
comparison
equal deleted inserted replaced
1775:3562fd629c37 1776:b090df664f0d
105 int packet_replic_size; 105 int packet_replic_size;
106 int packet_key_frame; 106 int packet_key_frame;
107 int packet_padsize; 107 int packet_padsize;
108 unsigned int packet_frag_offset; 108 unsigned int packet_frag_offset;
109 unsigned int packet_frag_size; 109 unsigned int packet_frag_size;
110 int packet_frag_timestamp; 110 int64_t packet_frag_timestamp;
111 int packet_multi_size; 111 int packet_multi_size;
112 int packet_obj_size; 112 int packet_obj_size;
113 int packet_time_delta; 113 int packet_time_delta;
114 int packet_time_start; 114 int packet_time_start;
115 int64_t packet_pos; 115 int64_t packet_pos;