Mercurial > libavformat.hg
changeset 3505:ad7e9ad3c19a libavformat
Add more codec IDs and tags.
author | banan |
---|---|
date | Wed, 25 Jun 2008 19:39:38 +0000 |
parents | 2bbc4f176591 |
children | 795b0af34f5c |
files | oma.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/oma.c Wed Jun 25 19:30:48 2008 +0000 +++ b/oma.c Wed Jun 25 19:39:38 2008 +0000 @@ -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,