summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-28 11:30:21 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-03-28 11:30:29 +0100
commit385ffc7650d2661b651f466f18045c2edc30b11a (patch)
tree6957fc3126be331eea4d62e2ce0c7a0f1670f250 /libavcodec/mpeg12.h
parent63a97d56748a5deaaf5b9c26ac49f5086a8cceeb (diff)
parenteee2000b41234ae9465c314e18bfec1700181f32 (diff)
downloadffmpeg-385ffc7650d2661b651f466f18045c2edc30b11a.tar.gz
Merge commit 'eee2000b41234ae9465c314e18bfec1700181f32'
* commit 'eee2000b41234ae9465c314e18bfec1700181f32': mpeg12: Move some ff_mpeg1_* function declarations to a more suitable place Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 87ccfa811e..e4c3b6f78b 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 */