Mercurial > libavcodec.hg
diff avcodec.h @ 2266:514949de5d15 libavcodec
set AVCodecContext.width/height to the picture width/height instead of the one stored in the bitstream (that only matters if lowres!=0)
author | michael |
---|---|
date | Mon, 27 Sep 2004 02:39:55 +0000 |
parents | 5f64a30339e5 |
children | 21f450be6cb5 |
line wrap: on
line diff
--- a/avcodec.h Sun Sep 26 23:01:42 2004 +0000 +++ b/avcodec.h Mon Sep 27 02:39:55 2004 +0000 @@ -17,7 +17,7 @@ #define FFMPEG_VERSION_INT 0x000409 #define FFMPEG_VERSION "0.4.9-pre1" -#define LIBAVCODEC_BUILD 4723 +#define LIBAVCODEC_BUILD 4724 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT #define LIBAVCODEC_VERSION FFMPEG_VERSION