From c3fc57f4022c104179ff348caabf007c14e82c14 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 2 Dec 2007 16:40:20 +0000 Subject: Add appropriate const specifiers to some custom parse functions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25260 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/ve_x264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/ve_x264.c b/libmpcodecs/ve_x264.c index eeb39ba639..a53948ccac 100644 --- a/libmpcodecs/ve_x264.c +++ b/libmpcodecs/ve_x264.c @@ -76,7 +76,7 @@ static int encode_nals(uint8_t *buf, int size, x264_nal_t *nals, int nnal){ static int put_image(struct vf_instance_s *vf, mp_image_t *mpi, double pts); static int encode_frame(struct vf_instance_s *vf, x264_picture_t *pic_in); -void x264enc_set_param(m_option_t* opt, char* arg) +void x264enc_set_param(const m_option_t* opt, char* arg) { static int initted = 0; if(!initted) { -- cgit v1.2.3