X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh263.h;h=34d79a088d44ee2de360f5320529fffb6b2d53de;hb=e5550c0d0971e393ba221cd69506acd2c2dab89c;hp=a8d266d1f69446f92448420877d156f63ba43dca;hpb=264441715b132344e15f27f6a5740645d5146f56;p=ffmpeg diff --git a/libavcodec/h263.h b/libavcodec/h263.h index a8d266d1f69..34d79a088d4 100644 --- a/libavcodec/h263.h +++ b/libavcodec/h263.h @@ -69,7 +69,7 @@ int ff_h263_decode_motion(MpegEncContext * s, int pred, int f_code); av_const int ff_h263_aspect_to_info(AVRational aspect); int ff_h263_decode_init(AVCodecContext *avctx); int ff_h263_decode_frame(AVCodecContext *avctx, - void *data, int *data_size, + void *data, int *got_frame, AVPacket *avpkt); int ff_h263_decode_end(AVCodecContext *avctx); void ff_h263_encode_mb(MpegEncContext *s,