1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-06 07:01:45 +00:00

Fix playback of Intel JPEG Library Video Codec.

Fixes r29770, which probably should not have been committed.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29786 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2009-10-19 15:47:59 +00:00
parent 59d4f35fc3
commit b2e3df350a

View File

@ -1233,6 +1233,7 @@ videocodec ffmjpeg
fourcc ACDV ; ACDSee jpeg
fourcc SLMJ ; SL M-JPEG
fourcc MVJP ; Midvid JPEG Video Codec
fourcc IJLV ; Intel JPEG Library Video Codec
driver ffmpeg
dll mjpeg
out 444P
@ -1243,14 +1244,6 @@ 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