Andreas Rheinhardt: > Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> > --- > libavcodec/h263.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/libavcodec/h263.h b/libavcodec/h263.h > index 982e545491..31836ebb95 100644 > --- a/libavcodec/h263.h > +++ b/libavcodec/h263.h > @@ -68,7 +68,6 @@ void ff_h263_encode_init(MpegEncContext *s); > void ff_h263_decode_init_vlc(void); > void ff_h263_init_rl_inter(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); > void ff_h263_loop_filter(MpegEncContext * s); > int ff_h263_decode_mba(MpegEncContext *s);
Will apply this patchset (with the ff_free_picture() renamed) tomorrow unless there are objections. - Andreas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".