# HG changeset patch # User michael # Date 1077730552 0 # Node ID b2a0f47067ed58ab9be95aceb075171d1e4d53b4 # Parent 08e042299038f6190ca0151dcfb3e0fd50ce748c 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 diff -r 08e042299038 -r b2a0f47067ed avformat.h --- 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) */