changeset 20939:da93e0635a90

Mark internal lavf FourCCs as such.
author diego
date Thu, 16 Nov 2006 11:24:45 +0000
parents 2f29235bcc69
children 7b56f3f4fa80
files etc/codecs.conf
diffstat 1 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Thu Nov 16 07:07:22 2006 +0000
+++ b/etc/codecs.conf	Thu Nov 16 11:24:45 2006 +0000
@@ -1925,7 +1925,7 @@
 videocodec fftiertexseq
   info "FFmpeg Tiertex SEQ"
   status working
-  fourcc TSEQ
+  fourcc TSEQ ; internal MPlayer FourCC
   driver ffmpeg
   dll "tiertexseqvideo"
   out BGR8
@@ -1933,7 +1933,7 @@
 videocodec ffvmd
   info "FFmpeg Sierra VMD video"
   status working
-  fourcc VMDV
+  fourcc VMDV ; internal MPlayer FourCC
   driver ffmpeg
   dll "vmdvideo"
   out BGR8
@@ -2431,7 +2431,7 @@
 audiocodec ffroqaudio
   info "Id RoQ File Audio Decoder"
   status working
-  fourcc RoQA ; RoQA is an internal MPlayer FOURCC
+  fourcc RoQA ; internal MPlayer FourCC
   driver ffmpeg
   dll "roq_dpcm"
 
@@ -2445,21 +2445,21 @@
 audiocodec ff4xmadmpcm
   info "FFmpeg 4XM ADPCM audio"
   status working
-  fourcc "4XMA"
+  fourcc 4XMA ; internal MPlayer FourCC
   driver ffmpeg
   dll adpcm_4xm
 
 audiocodec ffadpcmimaws
   info "FFmpeg Westwood IMA ADPCM audio"
   status working
-  fourcc AIWS
+  fourcc AIWS ; internal MPlayer FourCC
   driver ffmpeg
   dll adpcm_ima_ws
 
 audiocodec ffinterplaydpcm
   info "FFmpeg Interplay DPCM audio"
   status working
-  fourcc INPA
+  fourcc INPA ; internal MPlayer FourCC
   driver ffmpeg
   dll interplay_dpcm
 
@@ -2506,21 +2506,21 @@
 audiocodec fftta
   info "FFmpeg True Audio (TTA) decoder"
   status working
-  fourcc TTA1
+  fourcc TTA1 ; internal MPlayer FourCC
   driver ffmpeg
   dll "tta"
 
 audiocodec ffwavpack
   info "FFmpeg WavPack audio decoder"
   status working
-  fourcc WVPK
+  fourcc WVPK ; internal MPlayer FourCC
   driver ffmpeg
   dll "wavpack"
 
 audiocodec ffshorten
   info "FFmpeg Shorten audio decoder"
   status working
-  fourcc shrn
+  fourcc shrn ; internal MPlayer FourCC
   driver ffmpeg
   dll "shorten"