[FFmpeg-soc] [soc]: r817 - dirac/libavcodec/dirac.c
marco
subversion at mplayerhq.hu
Wed Aug 15 16:29:31 CEST 2007
Author: marco
Date: Wed Aug 15 16:29:31 2007
New Revision: 817
Log:
fix encoding arguments
Modified:
dirac/libavcodec/dirac.c
Modified: dirac/libavcodec/dirac.c
==============================================================================
--- dirac/libavcodec/dirac.c (original)
+++ dirac/libavcodec/dirac.c Wed Aug 15 16:29:31 2007
@@ -2935,8 +2935,8 @@ static int decode_frame(AVCodecContext *
return buf_size;
}
-static int encode_frame(AVCodecContext *avctx, uint8_t *buf,
- size_t buf_size, void *data) {
+static int encode_frame(AVCodecContext *avctx, unsigned char *buf,
+ int buf_size, void *data) {
DiracContext *s = avctx->priv_data;
AVFrame *picture = data;
More information about the FFmpeg-soc
mailing list