diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-06-10 21:07:55 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-10 21:07:59 +0200 |
commit | 11f86ec204833c169376c29a1cc9d322e93165cd (patch) | |
tree | 8c4262d5748125dec5fa6b27532da460a1083b21 /libavcodec/mpegvideo.h | |
parent | 21d8e2c0b5aa5bae900fcfeb7f29de1d2261c2bd (diff) | |
parent | c0e6b8cab874db97b6818007bc86507c8d213083 (diff) | |
download | ffmpeg-11f86ec204833c169376c29a1cc9d322e93165cd.tar.gz |
Merge commit 'c0e6b8cab874db97b6818007bc86507c8d213083'
* commit 'c0e6b8cab874db97b6818007bc86507c8d213083':
mpegvideo: Mark one function as static
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index e538695a98..a35897517a 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -631,8 +631,6 @@ void ff_mpv_report_decode_progress(MpegEncContext *s); int ff_mpv_frame_start(MpegEncContext *s, AVCodecContext *avctx); void ff_mpv_frame_end(MpegEncContext *s); -int ff_mpv_lowest_referenced_row(MpegEncContext *s, int dir); - int ff_mpv_encode_init(AVCodecContext *avctx); void ff_mpv_encode_init_x86(MpegEncContext *s); |