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:
authorDiego Biurrun <diego@biurrun.de>2013-03-26 21:25:01 +0400
committerDiego Biurrun <diego@biurrun.de>2013-03-27 17:21:45 +0400
commiteee2000b41234ae9465c314e18bfec1700181f32 (patch)
treef39d096c67a6a30e2333356f51d23ec62a01446a /libavcodec/mpeg12.h
parentb6649ab5037fb55f78c2606f3d23cea0867cdeaa (diff)
mpeg12: Move some ff_mpeg1_* function declarations to a more suitable place
Diffstat (limited to 'libavcodec/mpeg12.h')
-rw-r--r--libavcodec/mpeg12.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpeg12.h b/libavcodec/mpeg12.h
index cf807ec8ff..39c45a59d5 100644
--- a/libavcodec/mpeg12.h
+++ b/libavcodec/mpeg12.h
@@ -72,5 +72,7 @@ static inline int decode_dc(GetBitContext *gb, int component)
}
int ff_mpeg1_decode_block_intra(MpegEncContext *s, int16_t *block, int n);
+void ff_mpeg1_clean_buffers(MpegEncContext *s);
+int ff_mpeg1_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size, AVCodecParserContext *s);
#endif /* AVCODEC_MPEG12_H */