Committed more than I intended to in the last commit. Sorry.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38748 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-09-20 19:05:06 +00:00
parent b145959bdd
commit 5051e989f6
2 changed files with 8 additions and 8 deletions
@@ -27,7 +27,7 @@ extern "C" {
#include "gfx_util.h" #include "gfx_util.h"
#define TRACE_AVFORMAT_READER //#define TRACE_AVFORMAT_READER
#ifdef TRACE_AVFORMAT_READER #ifdef TRACE_AVFORMAT_READER
# define TRACE printf # define TRACE printf
# define TRACE_IO(a...) # define TRACE_IO(a...)
@@ -16,13 +16,13 @@ extern "C" {
static const DemuxerFormat gDemuxerTable[] = { static const DemuxerFormat gDemuxerTable[] = {
{ // {
// Tested with a limited number of streams. Some videos show bad // // Tested with a limited number of streams. Some videos show bad
// artifacts on keyframes with our own ASF Reader, while they play // // artifacts on keyframes with our own ASF Reader, while they play
// fine with this Reader. But seeking seems to be a problem. // // fine with this Reader. But seeking seems to be a problem.
"asf", "ASF Movie", "video/x-asf", // "asf", "ASF Movie", "video/x-asf",
B_WAV_FORMAT_FAMILY, B_AVI_FORMAT_FAMILY // B_WAV_FORMAT_FAMILY, B_AVI_FORMAT_FAMILY
}, // },
{ {
// Tested with many streams and works very well, with many older // Tested with many streams and works very well, with many older
// files, the native AVI reader does not work. // files, the native AVI reader does not work.