summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-06-08 13:00:52 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-06-10 14:06:44 +0100
commitc0e6b8cab874db97b6818007bc86507c8d213083 (patch)
tree42975bc23e7103e17f67b0542841e6c32b52c7ea /libavcodec/mpegvideo.h
parentd1dd0d404c085f4fce7b8358b4aea677761c5d88 (diff)
mpegvideo: Mark one function as static
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 1a6857dd42..667566aacc 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -605,8 +605,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);