diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-06-09 00:24:29 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-06-09 00:24:29 +0000 |
commit | 3438d82d4b3bd987304975961e2a42e82767107d (patch) | |
tree | 75415491b9bdaa85530e8f3d639b67452bdc9989 /libavformat/ffm.h | |
parent | fbd971a444566844680f1eeb4efc501ba50233a0 (diff) | |
download | ffmpeg-3438d82d4b3bd987304975961e2a42e82767107d.tar.gz |
remove ugly ffm_nopts hack, use AVFormatContext->timestamp
Originally committed as revision 13718 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ffm.h')
-rw-r--r-- | libavformat/ffm.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |