Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-06-10 16:29:04 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-06-12 13:57:26 +0300
commit8b5007a31b8d1ddbe3661bf45a732336450b7d25 (patch)
tree76fbfafa489d2611b781d7f002c878c78fb06404 /libavcodec/mpeg_er.h
parentc0e6b8cab874db97b6818007bc86507c8d213083 (diff)
mpegvideo: Move ER functions to a separate file
Diffstat (limited to 'libavcodec/mpeg_er.h')
-rw-r--r--libavcodec/mpeg_er.h1
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 */