diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-06-22 08:53:44 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-06-22 08:53:44 +0000 |
commit | fabb990ec219d79d356c84cf227c728f9fe68e9e (patch) | |
tree | ed8a14cbb0c7b3122678a2ab799b938a3cf6f8f7 /libavformat/ffm.h | |
parent | 148c8d80180cfcc9115c6fae87401f50ecc4b987 (diff) | |
download | ffmpeg-fabb990ec219d79d356c84cf227c728f9fe68e9e.tar.gz |
cosmetics, pts->dts
Originally committed as revision 13881 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ffm.h')
-rw-r--r-- | libavformat/ffm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ffm.h b/libavformat/ffm.h index 97b7a5c716..52a84094a8 100644 --- a/libavformat/ffm.h +++ b/libavformat/ffm.h @@ -48,7 +48,7 @@ typedef struct FFMContext { int first_packet; /* true if first packet, needed to set the discontinuity tag */ int packet_size; int frame_offset; - int64_t pts; + int64_t dts; uint8_t *packet_ptr, *packet_end; uint8_t packet[FFM_PACKET_SIZE]; } FFMContext; |