[FFmpeg-cvslog] r13977 - trunk/libavformat/oma.c

banan subversion
Wed Jun 25 21:39:38 CEST 2008


Author: banan
Date: Wed Jun 25 21:39:38 2008
New Revision: 13977

Log:
Add more codec id's and tags

Modified:
   trunk/libavformat/oma.c

Modified: trunk/libavformat/oma.c
==============================================================================
--- trunk/libavformat/oma.c	(original)
+++ trunk/libavformat/oma.c	Wed Jun 25 21:39:38 2008
@@ -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,




More information about the ffmpeg-cvslog mailing list