| Index: patched-ffmpeg-mt/libavcodec/mpegvideo.h
|
| ===================================================================
|
| --- patched-ffmpeg-mt/libavcodec/mpegvideo.h (revision 41250)
|
| +++ patched-ffmpeg-mt/libavcodec/mpegvideo.h (working copy)
|
| @@ -697,6 +697,7 @@
|
| void MPV_common_init_mmi(MpegEncContext *s);
|
| void MPV_common_init_arm(MpegEncContext *s);
|
| void MPV_common_init_altivec(MpegEncContext *s);
|
| +void MPV_common_init_bfin(MpegEncContext *s);
|
| void ff_clean_intra_table_entries(MpegEncContext *s);
|
| void ff_draw_horiz_band(MpegEncContext *s, int y, int h);
|
| void ff_mpeg_flush(AVCodecContext *avctx);
|
| @@ -709,6 +710,7 @@
|
| void MPV_report_decode_progress(MpegEncContext *s);
|
| int ff_mpeg_update_thread_context(AVCodecContext *dst, AVCodecContext *src);
|
| const uint8_t *ff_find_start_code(const uint8_t *p, const uint8_t *end, uint32_t *state);
|
| +void ff_set_qscale(MpegEncContext * s, int qscale);
|
|
|
| void ff_er_frame_start(MpegEncContext *s);
|
| void ff_er_frame_end(MpegEncContext *s);
|
|
|