gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog gui/Player.h gui/gnash.cpp


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog gui/Player.h gui/gnash.cpp
Date: Mon, 07 Jan 2008 16:23:02 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/01/07 16:23:01

Modified files:
        .              : ChangeLog 
        gui            : Player.h gnash.cpp 

Log message:
                * gui/gnash.cpp, gui/Player.h: drop -b option.
        
        It seems there is support for dropping this option 
(https://savannah.gnu.org/bugs/?17789). It's commented out for the release so 
as not to confuse people with buggy switches, but perhaps should be removed 
permanently.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5331&r2=1.5332
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/Player.h?cvsroot=gnash&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gnash.cpp?cvsroot=gnash&r1=1.96&r2=1.97

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5331
retrieving revision 1.5332
diff -u -b -r1.5331 -r1.5332
--- ChangeLog   7 Jan 2008 15:21:20 -0000       1.5331
+++ ChangeLog   7 Jan 2008 16:23:00 -0000       1.5332
@@ -1,3 +1,7 @@
+2008-01-07 Benjamin Wolsey <address@hidden>
+
+       * gui/gnash.cpp, gui/Player.h: drop -b option.
+         
 2008-01-07 Sandro Santilli <address@hidden>
 
        * testsuite/actionscript.all/MovieClipLoader.as: fix the test, and add

Index: gui/Player.h
===================================================================
RCS file: /sources/gnash/gnash/gui/Player.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- gui/Player.h        24 Nov 2007 17:21:41 -0000      1.19
+++ gui/Player.h        7 Jan 2008 16:23:01 -0000       1.20
@@ -125,11 +125,11 @@
                return old_timeout;
        }
 
-       int setBitDepth(int depth) {
-               int old=bit_depth;
-               bit_depth=depth;
-               return old;
-       }
+//     int setBitDepth(int depth) {
+//             int old=bit_depth;
+//             bit_depth=depth;
+//             return old;
+//     }
 
        void setParam(std::string& name, std::string& value) {
                params[name] = value;

Index: gui/gnash.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gnash.cpp,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -b -r1.96 -r1.97
--- gui/gnash.cpp       26 Nov 2007 11:33:18 -0000      1.96
+++ gui/gnash.cpp       7 Jan 2008 16:23:01 -0000       1.97
@@ -123,7 +123,7 @@
         "                3 enables both rendering & sound (default)\n"
                ), _(
         "  -t <sec>      Timeout and exit after the specified number of 
seconds\n"
-        "  -b <bits>     Bit depth of output window (16 or 32, default is 
16)\n"
+        //"  -b <bits>     Bit depth of output window (16 or 32, default is 
16)\n"
         "  -u <url>      Set \"real\" url of the movie\n"
        "                (useful for downloaded movies)\n"
         "  -U <url>      Set \"base\" url for this run\n"
@@ -325,9 +325,9 @@
           case 't':
               player.setExitTimeout( (float) atof(optarg) );
               break;
-          case 'b':
-             player.setBitDepth(atoi(optarg));
-             break;
+//          case 'b':
+//           player.setBitDepth(atoi(optarg));
+//           break;
           case 'f':
 #ifdef GNASH_FPS_DEBUG
                player.setFpsPrintTime((float)strtod(optarg, NULL));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]