summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-30 22:57:54 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-30 22:57:54 +0000
commit3f371fda9a199c1fe6f3dbcb664631ef4c4b79c3 (patch)
tree32315860e50fe96d3bec229531d79991d620c18c /etc/codecs.conf
parent001d121decec33f46d5b332c7bc206d8ce3107ca (diff)
downloadmpv-3f371fda9a199c1fe6f3dbcb664631ef4c4b79c3.tar.bz2
mpv-3f371fda9a199c1fe6f3dbcb664631ef4c4b79c3.tar.xz
ffmpeg1/2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10728 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index bf66f7c03e..114ec27d52 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -31,6 +31,26 @@ videocodec mpeg12
; dll "libmpeg2"
out YV12,I420,IYUV
+videocodec ffmpeg1
+ info "FFmpeg MPEG 1"
+ status working
+ format 0x10000001 ; mpeg 1
+ fourcc mpg1
+ fourcc PIM1 ; Pinnacle hardware-mpeg1
+ fourcc VCR2
+ driver ffmpeg
+ dll "mpeg1video"
+ out YV12,I420,IYUV
+
+videocodec ffmpeg2
+ info "FFmpeg MPEG 2"
+ status working
+ format 0x10000002 ; mpeg 2
+ fourcc mpg2
+ driver ffmpeg
+ dll "mpeg2video"
+ out YV12,I420,IYUV
+
videocodec ffmpeg12
info "FFmpeg MPEG 1/2"
status working