Mercurial > libavcodec.hg
diff avcodec.h @ 2030:f796043935f3 libavcodec
mpeg audio timestamp fix
author | michael |
---|---|
date | Sun, 23 May 2004 01:10:15 +0000 |
parents | b7f43fc816db |
children | b6f2add2511e |
line wrap: on
line diff
--- a/avcodec.h Fri May 21 14:40:35 2004 +0000 +++ b/avcodec.h Sun May 23 01:10:15 2004 +0000 @@ -17,7 +17,7 @@ #define FFMPEG_VERSION_INT 0x000408 #define FFMPEG_VERSION "0.4.8" -#define LIBAVCODEC_BUILD 4714 +#define LIBAVCODEC_BUILD 4715 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT #define LIBAVCODEC_VERSION FFMPEG_VERSION @@ -2090,6 +2090,7 @@ /* private data */ int64_t last_pts; int64_t last_dts; + int fetch_timestamp; #define AV_PARSER_PTS_NB 4 int cur_frame_start_index;