changeset 894:11bcf34c0a3e

mpeg fourcc changed
author arpi_esp
date Sun, 27 May 2001 21:18:54 +0000
parents 2d6bfc0cdb84
children b6536a556a45
files DOCS/codecs.conf mplayer.c
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/codecs.conf	Sun May 27 21:12:46 2001 +0000
+++ b/DOCS/codecs.conf	Sun May 27 21:18:54 2001 +0000
@@ -8,7 +8,6 @@
   info "MPEG 1 or 2"
   comment "with postprocessing"
   status working
-  format 0x1
   format 0x10000001
   driver libmpeg2
   dll "libmpeg2"
--- a/mplayer.c	Sun May 27 21:12:46 2001 +0000
+++ b/mplayer.c	Sun May 27 21:18:54 2001 +0000
@@ -1007,7 +1007,7 @@
    }
    if(verbose) printf("OK!\n");
    sh_video=d_video->sh;sh_video->ds=d_video;
-   sh_video->format=1; // mpeg video
+   sh_video->format=0x10000001; // mpeg video
    mpeg2_init();
    // ========= Read & process sequence header & extension ============
    videobuffer=shmem_alloc(VIDEOBUFFER_SIZE);