From 3438d82d4b3bd987304975961e2a42e82767107d Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Mon, 9 Jun 2008 00:24:29 +0000 Subject: remove ugly ffm_nopts hack, use AVFormatContext->timestamp Originally committed as revision 13718 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/ffm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/ffm.h') diff --git a/libavformat/ffm.h b/libavformat/ffm.h index ebbf992480..c758f9d817 100644 --- a/libavformat/ffm.h +++ b/libavformat/ffm.h @@ -51,7 +51,6 @@ typedef struct FFMContext { int64_t pts; uint8_t *packet_ptr, *packet_end; uint8_t packet[FFM_PACKET_SIZE]; - int64_t start_time; } FFMContext; #endif /* FFMPEG_FFM_H */ -- cgit v1.2.3