comparison rm.h @ 5831:6ff00deb94fb libavformat

export rm_reorder_sipr_data() for future use by matroska demuxer
author aurel
date Fri, 12 Mar 2010 23:35:59 +0000
parents f8093c5208f6
children b8041f85c327
comparison
equal deleted inserted replaced
5830:f8093c5208f6 5831:6ff00deb94fb
89 * function, or 0 if all samples have been retrieved. 89 * function, or 0 if all samples have been retrieved.
90 */ 90 */
91 int ff_rm_retrieve_cache (AVFormatContext *s, ByteIOContext *pb, 91 int ff_rm_retrieve_cache (AVFormatContext *s, ByteIOContext *pb,
92 AVStream *st, RMStream *rst, AVPacket *pkt); 92 AVStream *st, RMStream *rst, AVPacket *pkt);
93 93
94 /**
95 * Perform 4-bit block reordering for SIPR data.
96 *
97 * @param buf SIPR data
98 */
99 void ff_rm_reorder_sipr_data(uint8_t *buf, int sub_packet_h, int framesize);
100
94 #endif /* AVFORMAT_RM_H */ 101 #endif /* AVFORMAT_RM_H */