diff mplayer.c @ 894:11bcf34c0a3e

mpeg fourcc changed
author arpi_esp
date Sun, 27 May 2001 21:18:54 +0000
parents bad858a47870
children 8eca9b7aafae
line wrap: on
line diff
--- 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);