summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-06-20 05:25:12 -0700
committerDiego Biurrun <diego@biurrun.de>2014-06-22 06:28:46 -0700
commit8d695dc411c1ae28477f107d6f7bf2db59af95df (patch)
tree3e6c101cc96941b760cf513acde14c6566084ece /libavcodec/mpegvideo.h
parenta6a675a79287565c3c23455439b114676b63a96c (diff)
mpeg: Mark ff_mpeg_set_erpic() static
It is not used outside of the file.
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 7b0673c8a1..36b3358dd8 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -725,7 +725,6 @@ void ff_set_qscale(MpegEncContext * s, int qscale);
/* Error resilience */
void ff_mpeg_er_frame_start(MpegEncContext *s);
-void ff_mpeg_set_erpic(ERPicture *dst, Picture *src);
int ff_dct_common_init(MpegEncContext *s);
void ff_convert_matrix(DSPContext *dsp, int (*qmat)[64], uint16_t (*qmat16)[2][64],