diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-16 13:59:59 +0000 |
---|---|---|
committer | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-16 13:59:59 +0000 |
commit | 8568e701eae19f7a6dfc50bdb1159972dd474b51 (patch) | |
tree | 1686a276760ed5ef99f95eb5788e02799784f6c0 /etc | |
parent | 4644bd629319194c7673faea08058514bd24c7cb (diff) | |
download | mpv-8568e701eae19f7a6dfc50bdb1159972dd474b51.tar.bz2 mpv-8568e701eae19f7a6dfc50bdb1159972dd474b51.tar.xz |
add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy
change ffsipr to working (and first choice by default) in codecs.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30318 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index df6177d49f..152cd842b4 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -3162,6 +3162,7 @@ videocodec rawuyvy fourcc UYNY UYVY fourcc uyv1 UYVY fourcc 2Vu1 UYVY + fourcc VDTZ UYVY out UYVY videocodec raw444P @@ -3286,6 +3287,8 @@ videocodec ffrawuyvy fourcc uyv1,UYV1 fourcc 2Vu1,2vu1,2VU1 fourcc 2Vuy,2vuy,2VUY + fourcc AV1x,AVup + fourcc VDTZ driver ffmpeg dll rawvideo out UYVY @@ -3490,7 +3493,7 @@ audiocodec ffatrc audiocodec ffsipr info "FFmpeg Sipr/Acelp.net audio" - status buggy ; missing 16k support + status working format 0x72706973 ; "sipr" format 0x130 ; acelp.net driver ffmpeg |