summaryrefslogtreecommitdiff
path: root/libavformat/rm.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-14 23:41:12 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-15 13:34:07 +0200
commit7e68c91e247ba20fc8a08cf5a6cf2b75984f1aeb (patch)
tree7e5b3009d1916023e0a9cd2f38554e356398e79a /libavformat/rm.h
parent95cd815c3663603871a1f2da95846e8f72d4ea96 (diff)
rmdec: Move SIPR code shared with Matroska demuxer to a separate file
Diffstat (limited to 'libavformat/rm.h')
-rw-r--r--libavformat/rm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavformat/rm.h b/libavformat/rm.h
index 9d104ad74c..a06ea01a5a 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 */