summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-07 16:14:51 +0000
committerrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-07 16:14:51 +0000
commit8d62ac34467432118170aed914493cb6fb37032d (patch)
tree829a852c32c904f00e4d59642407fcad00f75222
parent2a39682956457d63934762ec2b314a28cbc36284 (diff)
downloadmpv-8d62ac34467432118170aed914493cb6fb37032d.tar.bz2
mpv-8d62ac34467432118170aed914493cb6fb37032d.tar.xz
qdrw changed output format in ffmpeg r8630, sync codecs.conf and require
newest codecs.conf version to avoid regression git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22933 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--codec-cfg.h2
-rw-r--r--etc/codecs.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/codec-cfg.h b/codec-cfg.h
index 54b1968322..947401def5 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -1,7 +1,7 @@
#ifndef __CODEC_CFG_H
#define __CODEC_CFG_H
-#define CODEC_CFG_MIN 20061022
+#define CODEC_CFG_MIN 20070407
#define CODECS_MAX_FOURCC 32
#define CODECS_MAX_OUTFMT 16
diff --git a/etc/codecs.conf b/etc/codecs.conf
index cb06d2772d..b889b8d85a 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -3,7 +3,7 @@
; Before editing this file, please read DOCS/tech/codecs.conf.txt !
;=============================================================================
-release 20070315
+release 20070407
;=============================================================================
; VIDEO CODECS
@@ -497,7 +497,7 @@ videocodec ffqtdrw
fourcc qdrw
driver ffmpeg
dll qdraw
- out RGB24
+ out BGR8
videocodec ffindeo2
info "Indeo 2 native decoder"