gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10695: Remaining cleanup of defines


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10695: Remaining cleanup of defines in FLVParser.
Date: Fri, 13 Mar 2009 15:08:09 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10695
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Fri 2009-03-13 15:08:09 +0100
message:
  Remaining cleanup of defines in FLVParser.
modified:
  libmedia/FLVParser.cpp
    ------------------------------------------------------------
    revno: 10694.1.1
    committer: Benjamin Wolsey <address@hidden>
    branch nick: work
    timestamp: Fri 2009-03-13 15:06:53 +0100
    message:
      Drop unused defines.
    modified:
      libmedia/FLVParser.cpp
=== modified file 'libmedia/FLVParser.cpp'
--- a/libmedia/FLVParser.cpp    2009-03-13 12:06:31 +0000
+++ b/libmedia/FLVParser.cpp    2009-03-13 14:06:53 +0000
@@ -33,23 +33,6 @@
 #include <string>
 #include <iosfwd>
 
-#define READ_CHUNKS 64
-
-// The amount of bytes to scan an FLV for
-// figuring availability of audio/video tags.
-// This is needed because we can't trust the FLV
-// header (youtube advertises audio w/out having it;
-// strk tested that FLV with bogus flags are still
-// supposed to show video).
-//
-// MediaParserFfmpeg.cpp uses 2048.
-//
-// TODO: let user tweak this ?
-//
-// See bug #24371 for pointers to FLV files needing so much.
-//
-#define PROBE_BYTES 8192
-
 // Define the following macro the have seek() operations printed
 //#define GNASH_DEBUG_SEEK 1
 
@@ -612,5 +595,3 @@
 
 } // end of gnash::media namespace
 } // end of gnash namespace
-
-#undef READ_CHUNKS 


reply via email to

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