Commit 0a3ffcfc authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '63fcedcf'

* commit '63fcedcf':
  mpegvideo: remove unused function declaration
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents b799ec7e 63fcedcf
......@@ -788,7 +788,6 @@ int ff_mpv_export_qp_table(MpegEncContext *s, AVFrame *f, Picture *p, int qp_typ
void ff_write_quant_matrix(PutBitContext *pb, uint16_t *matrix);
int ff_find_unused_picture(MpegEncContext *s, int shared);
void ff_denoise_dct(MpegEncContext *s, int16_t *block);
int ff_update_duplicate_context(MpegEncContext *dst, MpegEncContext *src);
int ff_mpeg_update_thread_context(AVCodecContext *dst, const AVCodecContext *src);
void ff_set_qscale(MpegEncContext * s, int qscale);
......
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