changeset 1877:c994e444242b

added DVB
author arpi
date Sun, 09 Sep 2001 19:20:59 +0000
parents 220475b1676a
children 96ae64356ea0
files etc/codecs.conf
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Sun Sep 09 18:50:35 2001 +0000
+++ b/etc/codecs.conf	Sun Sep 09 19:20:59 2001 +0000
@@ -201,6 +201,16 @@
   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 =======================