comparison ffm.h @ 3440:f9cf53254a61 libavformat

remove ugly ffm_nopts hack, use AVFormatContext->timestamp
author bcoudurier
date Mon, 09 Jun 2008 00:24:29 +0000
parents 40995a9455e3
children a6f4d53b738d
comparison
equal deleted inserted replaced
3439:0dfc37ba9453 3440:f9cf53254a61
49 int packet_size; 49 int packet_size;
50 int frame_offset; 50 int frame_offset;
51 int64_t pts; 51 int64_t pts;
52 uint8_t *packet_ptr, *packet_end; 52 uint8_t *packet_ptr, *packet_end;
53 uint8_t packet[FFM_PACKET_SIZE]; 53 uint8_t packet[FFM_PACKET_SIZE];
54 int64_t start_time;
55 } FFMContext; 54 } FFMContext;
56 55
57 #endif /* FFMPEG_FFM_H */ 56 #endif /* FFMPEG_FFM_H */