diff options
Diffstat (limited to 'libavformat/rm.h')
-rw-r--r-- | libavformat/rm.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavformat/rm.h b/libavformat/rm.h index b482c2f..a72e8b7 100644 --- a/libavformat/rm.h +++ b/libavformat/rm.h @@ -26,7 +26,6 @@ #include "internal.h" extern const char * const ff_rm_metadata[4]; -extern const unsigned char ff_sipr_subpk_size[4]; extern const AVCodecTag ff_rm_codec_tags[]; typedef struct RMStream RMStream; @@ -93,11 +92,4 @@ int ff_rm_parse_packet (AVFormatContext *s, AVIOContext *pb, int ff_rm_retrieve_cache (AVFormatContext *s, AVIOContext *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 */ |