diff options
author | Baptiste Coudurier | 2009-06-11 05:13:23 +0000 |
---|---|---|
committer | Baptiste Coudurier | 2009-06-11 05:13:23 +0000 |
commit | bbe46bc4c2df648d42470f4c529987ec67f1580a (patch) | |
tree | 2ae0427d17766a2863b7e25dca1274455147840a /libavformat/isom.h | |
parent | 818062f2f346df30f4ec0c0c1f54e8025cc3a80a (diff) |
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
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |