summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/codecs.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 92e528f562..c7bd33e8c1 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -201,6 +201,16 @@ videocodec ffmpeg12
out YV12
+videocodec mpegpes
+ info "Mpeg PES output (.mpg or DVB card)"
+ comment "for hardware decoding"
+ status untested
+ format 0x10000001 ; mpeg 1
+ format 0x10000002 ; mpeg 2
+ driver libmpeg2
+ dll "libmpeg2"
+ out MPES
+
; ============== OTHER STUFF =======================