changeset 33038:6bcfd2a73d43

FFmpeg Bitmap Brothers JV decoder.
author cehoyos
date Sun, 27 Mar 2011 07:16:38 +0000
parents 67db78ffdb22
children 281e1b1ae34c
files etc/codecs.conf libmpdemux/mp_taglists.c
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Sun Mar 27 02:15:38 2011 +0000
+++ b/etc/codecs.conf	Sun Mar 27 07:16:38 2011 +0000
@@ -3163,6 +3163,14 @@
   dll "fraps"
   out BGR24,YV12,I420
 
+videocodec ffjv
+  info "FFmpeg Bitmap Brothers JV"
+  status working
+  fourcc FFJV ; internal MPlayer FourCC
+  driver ffmpeg
+  dll "jv"
+  out BGR8
+
 videocodec fftiertexseq
   info "FFmpeg Tiertex SEQ"
   status working
--- a/libmpdemux/mp_taglists.c	Sun Mar 27 02:15:38 2011 +0000
+++ b/libmpdemux/mp_taglists.c	Sun Mar 27 07:16:38 2011 +0000
@@ -101,6 +101,7 @@
     { CODEC_ID_FLIC,              MKTAG('F', 'L', 'I', 'C')},
     { CODEC_ID_IDCIN,             MKTAG('I', 'D', 'C', 'I')},
     { CODEC_ID_INTERPLAY_VIDEO,   MKTAG('I', 'N', 'P', 'V')},
+    { CODEC_ID_JV,                MKTAG('F', 'F', 'J', 'V')},
     { CODEC_ID_MDEC,              MKTAG('M', 'D', 'E', 'C')},
     { CODEC_ID_MOTIONPIXELS,      MKTAG('M', 'V', 'I', '1')},
     { CODEC_ID_NUV,               MKTAG('N', 'U', 'V', '1')},