Mercurial > libavformat.hg
changeset 369:b2a0f47067ed libavformat
use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
move AV_NOPTS_VALUE & AV_TIME_BASE from avformat.h -> avcodec.h
related fixes
author | michael |
---|---|
date | Wed, 25 Feb 2004 17:35:52 +0000 |
parents | 08e042299038 |
children | 845f9de2c883 |
files | avformat.h |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Sun Feb 22 00:31:19 2004 +0000 +++ b/avformat.h Wed Feb 25 17:35:52 2004 +0000 @@ -27,9 +27,6 @@ #define MININT64 int64_t_C(0x8000000000000000) #endif -#define AV_NOPTS_VALUE MININT64 -#define AV_TIME_BASE 1000000 - typedef struct AVPacket { int64_t pts; /* presentation time stamp in AV_TIME_BASE units (or pts_den units in muxers or demuxers) */