summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-26 11:23:15 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-26 11:23:15 +0000
commit3cfef5555782d3e7ab8042570f47787405a05cc0 (patch)
treea7e77d1f719cd0893e45716c448cd7448077d3e5 /etc
parenta6158451ec027031ddc39cdc6ebfa92fb5515689 (diff)
downloadmpv-3cfef5555782d3e7ab8042570f47787405a05cc0.tar.bz2
mpv-3cfef5555782d3e7ab8042570f47787405a05cc0.tar.xz
support DVR format
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15573 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index cc75643214..50bc0fdca6 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -27,6 +27,7 @@ videocodec mpeg12
status working
format 0x10000001 ; MPEG-1
format 0x10000002 ; MPEG-2
+ fourcc "DVR "
driver libmpeg2
; dll "libmpeg2"
out YV12,I420,IYUV
@@ -48,6 +49,7 @@ videocodec ffmpeg2
status working
format 0x10000002 ; MPEG-2
fourcc mpg2
+ fourcc "DVR "
driver ffmpeg
dll "mpeg2video"
out YV12,I420,IYUV
@@ -73,6 +75,7 @@ videocodec ffmpeg12mc
format 0x10000001 ; MPEG-1
format 0x10000002 ; MPEG-2
fourcc mpg1,mpg2
+ fourcc "DVR "
fourcc PIM1 ; Pinnacle hardware-MPEG-1
driver ffmpeg
dll "mpegvideo_xvmc"