Ok, I found the bug.  Seems that when MPEG_FORMAT_DVD split into
MPEG_FORMAT_DVD and MPEG_FORMAT_DVD_NAV, it didn't propagate
everywhere.  Trivial patch (do I do any other kind?) enclosed.

Dan

--- mpeg2enc.cc.new     2003-03-18 16:16:14.000000000 -0500
+++ mpeg2enc.cc 2003-03-21 14:24:03.000000000 -0500
@@ -1326,6 +1326,7 @@
     case MPEG_FORMAT_SVCD_NSR :
     case MPEG_FORMAT_SVCD_STILL :
     case MPEG_FORMAT_DVD :
+    case MPEG_FORMAT_DVD_NAV :
         opt_prog_seq = 0;
         break;
     default :
@@ -1428,6 +1429,7 @@
        case MPEG_FORMAT_SVCD_NSR :
        case MPEG_FORMAT_SVCD :
     case MPEG_FORMAT_DVD :
+    case MPEG_FORMAT_DVD_NAV :
         /* It would seem DVD and perhaps SVCD demand a 540 pixel display size
            for 4:3 aspect video. However, many players expect 480 and go weird
            if this isn't set...



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to