1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-20 02:09:52 +00:00

mpeg fourcc changed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@895 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-05-27 21:18:54 +00:00
parent 2530bab351
commit 50ff2ad629
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ videocodec mpeg12
info "MPEG 1 or 2"
comment "with postprocessing"
status working
format 0x1
format 0x10000001
driver libmpeg2
dll "libmpeg2"

View File

@ -1007,7 +1007,7 @@ switch(file_format){
}
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);