mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
Move rm_codec_tags to rm.c so muxer/demuxer can share it.
Patch by Francesco Lavra <francescolavra interfree it>. Originally committed as revision 23360 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Ronald S. Bultje
parent
c0fda017d1
commit
74e8ccad4c
@@ -23,9 +23,11 @@
|
||||
#define AVFORMAT_RM_H
|
||||
|
||||
#include "avformat.h"
|
||||
#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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user