summaryrefslogtreecommitdiff
path: root/libavcodec/h263.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-03 08:32:39 +0100
committerAnton Khirnov <anton@khirnov.net>2013-02-06 21:44:38 +0100
commitca1fe6c0e60808da45d4dfd8728f45e843b9f9b0 (patch)
tree0a168d2d26718d7a0528f3e59033c5d785cacb7f /libavcodec/h263.h
parent9d083d64172ebf94e343a3a269eabba5bbcdf182 (diff)
h263: remove an unused parameter from ff_h263_decode_init_vlc
Diffstat (limited to 'libavcodec/h263.h')
-rw-r--r--libavcodec/h263.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263.h b/libavcodec/h263.h
index 0b5ace3960..e1e0dd7ded 100644
--- a/libavcodec/h263.h
+++ b/libavcodec/h263.h
@@ -80,7 +80,7 @@ void ff_h263_encode_gob_header(MpegEncContext * s, int mb_line);
int16_t *ff_h263_pred_motion(MpegEncContext * s, int block, int dir,
int *px, int *py);
void ff_h263_encode_init(MpegEncContext *s);
-void ff_h263_decode_init_vlc(MpegEncContext *s);
+void ff_h263_decode_init_vlc(void);
int ff_h263_decode_picture_header(MpegEncContext *s);
int ff_h263_decode_gob_header(MpegEncContext *s);
void ff_h263_update_motion_val(MpegEncContext * s);