From 1ab0406db1f338d72fbdda3a03bd9ddddb9c9d08 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Fri, 12 Mar 2010 23:35:59 +0000 Subject: export rm_reorder_sipr_data() for future use by matroska demuxer Originally committed as revision 22491 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rm.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libavformat/rm.h') diff --git a/libavformat/rm.h b/libavformat/rm.h index 9838cb7f29..f5110b93e1 100644 --- a/libavformat/rm.h +++ b/libavformat/rm.h @@ -91,4 +91,11 @@ int ff_rm_parse_packet (AVFormatContext *s, ByteIOContext *pb, int ff_rm_retrieve_cache (AVFormatContext *s, ByteIOContext *pb, AVStream *st, RMStream *rst, AVPacket *pkt); +/** + * Perform 4-bit block reordering for SIPR data. + * + * @param buf SIPR data + */ +void ff_rm_reorder_sipr_data(uint8_t *buf, int sub_packet_h, int framesize); + #endif /* AVFORMAT_RM_H */ -- cgit v1.2.3