summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/codecs.conf18
1 files changed, 12 insertions, 6 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 6143b066cf..bf542fa828 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -2400,9 +2400,10 @@ audiocodec mp3
comment "Optimized to MMX/SSE/3Dnow!"
format 0x50 ; layer-1 && layer-2
format 0x55 ; layer-3
- format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files)
format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
- format 0x2033504D ; "MP3 " (used in .nsv files)
+ fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
+ fourcc "MP3 " ; used in .nsv files
+ fourcc "LAME" ; used in mythtv .nuv files
driver mp3lib
audiocodec ffpcmdaud
@@ -2460,8 +2461,10 @@ audiocodec ffmp3
comment "integer only"
status working
format 0x55
- format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files)
format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
+ fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
+ fourcc "MP3 " ; used in .nsv files
+ fourcc "LAME" ; used in mythtv .nuv files
driver ffmpeg
dll "mp3"
@@ -2486,8 +2489,10 @@ audiocodec mad
status working
format 0x50
format 0x55
- format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files)
format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
+ fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
+ fourcc "MP3 " ; used in .nsv files
+ fourcc "LAME" ; used in mythtv .nuv files
driver libmad
dll "libmad"
@@ -2780,7 +2785,8 @@ audiocodec hwmpa
comment "for hardware MPEG audio decoders"
format 0x50 ; layer-1 && layer-2
format 0x55 ; layer-3
- format 0x33706d2e ; ".mp3" CBR/VBR MP3 (MOV files)
format 0x5500736d ; "ms\0\x55" older MP3 fourcc (MOV files)
- format 0x2033504D ; "MP3 " (used in .nsv files)
+ fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
+ fourcc "MP3 " ; used in .nsv files
+ fourcc "LAME" ; used in mythtv .nuv files
driver hwmpa