changeset 3379:84ed0593187c

Add aspect 4 to known aspect codes, probably SECAM 4:3, at least sample file was 4:3.
author atmos4
date Sat, 08 Dec 2001 03:21:59 +0000
parents f62a86a9ecf1
children ae092b46d3c8
files libmpdemux/video.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/video.c	Sat Dec 08 02:47:55 2001 +0000
+++ b/libmpdemux/video.c	Sat Dec 08 03:21:59 2001 +0000
@@ -83,6 +83,7 @@
    // fill aspect info:
    switch(picture.aspect_ratio_information){
      case 2:  // PAL/NTSC SVCD/DVD 4:3
+     case 4:  // SECAM 4:3? - XXX check with more files! 
      case 8:  // PAL VCD 4:3
      case 12: // NTSC VCD 4:3
        sh_video->aspect=4.0/3.0;