mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 22:25:36 +01:00
rmdec: Move SIPR code shared with Matroska demuxer to a separate file
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user