[MPlayer-cvslog] r20955 - trunk/etc/codecs.conf
diego
subversion at mplayerhq.hu
Thu Nov 16 12:24:45 CET 2006
Author: diego
Date: Thu Nov 16 12:24:45 2006
New Revision: 20955
Modified:
trunk/etc/codecs.conf
Log:
Mark internal lavf FourCCs as such.
Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf (original)
+++ trunk/etc/codecs.conf Thu Nov 16 12:24:45 2006
@@ -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"
More information about the MPlayer-cvslog
mailing list