diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index aa539fbdcf..97b5ecca97 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -9,6 +9,15 @@ release 20070930 ; VIDEO CODECS ;============================================================================= +videocodec ffmvi1 + info "FFmpeg Motion Pixels Decoder" + status working + fourcc MVI1 ; internal MPlayer FourCC + driver ffmpeg + dll motionpixels + out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8 + out YV12,YUY2 + videocodec ffmdec info "FFmpeg Sony PlayStation MDEC (Motion DECoder)" status working |