summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-01-11 04:51:31 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-01-11 04:51:31 +0000
commit2d1a4094a2b4877958c17fa56ac57f7566703fda (patch)
tree8994b30df5b5a448fc929f1f83d8ff64cdeb3de9
parent0b2612b1cd0f197f150b6093ca42b09ee256b771 (diff)
downloadffmpeg-streaming-2d1a4094a2b4877958c17fa56ac57f7566703fda.zip
ffmpeg-streaming-2d1a4094a2b4877958c17fa56ac57f7566703fda.tar.gz
build update - avpicture_fill() returns the image size
Originally committed as revision 1433 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/avcodec.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index c9e6b65..2b36aeb 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -5,8 +5,8 @@
#define LIBAVCODEC_VERSION_INT 0x000406
#define LIBAVCODEC_VERSION "0.4.6"
-#define LIBAVCODEC_BUILD 4653
-#define LIBAVCODEC_BUILD_STR "4653"
+#define LIBAVCODEC_BUILD 4654
+#define LIBAVCODEC_BUILD_STR "4654"
enum CodecID {
CODEC_ID_NONE,
@@ -1047,8 +1047,8 @@ void img_resample(ImgReSampleContext *s,
void img_resample_close(ImgReSampleContext *s);
-void avpicture_fill(AVPicture *picture, UINT8 *ptr,
- int pix_fmt, int width, int height);
+int avpicture_fill(AVPicture *picture, UINT8 *ptr,
+ int pix_fmt, int width, int height);
int avpicture_get_size(int pix_fmt, int width, int height);
void avcodec_get_chroma_sub_sample(int pix_fmt, int *h_shift, int *v_shift);
const char *avcodec_get_pix_fmt_name(int pix_fmt);
OpenPOWER on IntegriCloud