From bbe46bc4c2df648d42470f4c529987ec67f1580a Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Thu, 11 Jun 2009 05:13:23 +0000 Subject: Remove time_rate, we cannot compute exactly when fragments are used and we cannot determine if fragments are present or not in streamed mode. Originally committed as revision 19148 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/isom.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/isom.h') diff --git a/libavformat/isom.h b/libavformat/isom.h index f7831c4405..445a900b05 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -106,7 +106,6 @@ typedef struct MOVStreamContext { unsigned int keyframe_count; int *keyframes; int time_scale; - int time_rate; int time_offset; ///< time offset of the first edit list entry int current_sample; unsigned int bytes_per_frame; -- cgit v1.2.3