ffdv added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7602 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-10-05 22:47:11 +00:00
parent 03ff8c2463
commit 25d99f9d61
1 changed files with 11 additions and 0 deletions

View File

@ -729,6 +729,17 @@ videocodec qdv
out UYVY out UYVY
out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample
videocodec ffdv
info "Raw DV decoder using libavcodec"
status crashing
fourcc DVSD,dvsd ; PAL
fourcc DVCS,dvcs ; NTSC ?
fourcc "dvcp" ; PAL DV in .mov
fourcc "dvc " ; NTSC DV in .mov
driver ffmpeg
dll dvvideo
out 411P,422P,YV12
videocodec libdv videocodec libdv
info "Raw DV decoder using libdv" info "Raw DV decoder using libdv"
status working status working