mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
oma: make header compile standalone
This commit is contained in:
parent
bc4d156140
commit
a55eb1586c
@ -21,6 +21,10 @@
|
|||||||
#ifndef AVFORMAT_OMA_H
|
#ifndef AVFORMAT_OMA_H
|
||||||
#define AVFORMAT_OMA_H
|
#define AVFORMAT_OMA_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include "internal.h"
|
||||||
|
|
||||||
#define EA3_HEADER_SIZE 96
|
#define EA3_HEADER_SIZE 96
|
||||||
#define ID3v2_EA3_MAGIC "ea3"
|
#define ID3v2_EA3_MAGIC "ea3"
|
||||||
#define OMA_ENC_HEADER_SIZE 16
|
#define OMA_ENC_HEADER_SIZE 16
|
||||||
@ -36,4 +40,5 @@ enum {
|
|||||||
extern const uint16_t ff_oma_srate_tab[6];
|
extern const uint16_t ff_oma_srate_tab[6];
|
||||||
|
|
||||||
extern const AVCodecTag ff_oma_codec_tags[];
|
extern const AVCodecTag ff_oma_codec_tags[];
|
||||||
#endif
|
|
||||||
|
#endif /* AVFORMAT_OMA_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user