Commit 8ff62567 authored by aurel's avatar aurel

remove alternative declaration of h263_encode_init()

It's never called in any code compiled without CONFIG_ENCODERS.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10655 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1de2ca89
......@@ -833,11 +833,7 @@ void mpeg4_pred_ac(MpegEncContext * s, DCTELEM *block, int n,
int dir);
void ff_set_mpeg4_time(MpegEncContext * s);
void mpeg4_encode_picture_header(MpegEncContext *s, int picture_number);
#ifdef CONFIG_ENCODERS
void h263_encode_init(MpegEncContext *s);
#else
static void h263_encode_init(MpegEncContext *s) {assert(0);}
#endif
void h263_decode_init_vlc(MpegEncContext *s);
int h263_decode_picture_header(MpegEncContext *s);
int ff_h263_decode_gob_header(MpegEncContext *s);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment