mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Add more codec IDs and tags.
Originally committed as revision 13977 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f3b5a1a260
commit
f035fe9755
@ -52,11 +52,15 @@
|
||||
enum {
|
||||
OMA_CODECID_ATRAC3 = 0,
|
||||
OMA_CODECID_ATRAC3P = 1,
|
||||
OMA_CODECID_MP3 = 3,
|
||||
OMA_CODECID_LPCM = 4,
|
||||
OMA_CODECID_WMA = 5,
|
||||
};
|
||||
|
||||
static const AVCodecTag codec_oma_tags[] = {
|
||||
{ CODEC_ID_ATRAC3, OMA_CODECID_ATRAC3 },
|
||||
{ CODEC_ID_ATRAC3P, OMA_CODECID_ATRAC3P },
|
||||
{ CODEC_ID_MP3, OMA_CODECID_MP3 },
|
||||
};
|
||||
|
||||
static int oma_read_header(AVFormatContext *s,
|
||||
|
Loading…
Reference in New Issue
Block a user