diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-06-10 14:29:04 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-06-12 11:57:26 +0100 |
commit | 8b5007a31b8d1ddbe3661bf45a732336450b7d25 (patch) | |
tree | 76fbfafa489d2611b781d7f002c878c78fb06404 /libavcodec/mpeg_er.h | |
parent | c0e6b8cab874db97b6818007bc86507c8d213083 (diff) | |
download | ffmpeg-8b5007a31b8d1ddbe3661bf45a732336450b7d25.tar.gz |
mpegvideo: Move ER functions to a separate file
Diffstat (limited to 'libavcodec/mpeg_er.h')
-rw-r--r-- | libavcodec/mpeg_er.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpeg_er.h b/libavcodec/mpeg_er.h index 19681843d7..ca1ea90165 100644 --- a/libavcodec/mpeg_er.h +++ b/libavcodec/mpeg_er.h @@ -21,6 +21,7 @@ #include "mpegvideo.h" +int ff_mpeg_er_init(MpegEncContext *s); void ff_mpeg_er_frame_start(MpegEncContext *s); #endif /* AVCODEC_MPEG_ER_H */ |