1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

Allow playback of files with FourCC IJLV (Intel JPEG Library Video Codec).

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29770 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2009-10-11 11:31:50 +00:00
parent 83fe8c63c5
commit b635519bbf

View File

@ -1242,6 +1242,14 @@ videocodec ffmjpeg
out RGB24 ; JPEG-LS
out Y800
videocodec ffijlv
info "FFmpeg flipped MJPEG"
status working
fourcc IJLV
driver ffmpeg
dll mjpeg
out 422P flip
videocodec ffmjpegb
info "FFmpeg MJPEG-B"
status working