summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/codecs.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 89af1731cf..49838e15e6 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -553,6 +553,12 @@ videocodec cyuvxa
dll "vid_cyuv.xa"
out YV12,IYUV,I420
+videocodec raw
+ info "RAW codec (only copying)"
+ status untested
+ driver raw
+ fourcc YV12
+ out YV12
videocodec null
info "NULL codec (no decoding!)"