From 5bb99b967bb9dbcb0d3c0c6d6b7478f96257b388 Mon Sep 17 00:00:00 2001 From: august black Date: Wed, 22 Sep 2010 00:40:45 +0000 Subject: mac fixes svn path=/trunk/externals/august/readanysf~/; revision=14172 --- Makefile | 2 +- src/ReadMedia.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fbee1a1..07fbd09 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ GAVLPATH=/usr/local/include PDPATH=/usr/local/include -VERSION=0.40 +VERSION=0.41 UNAME := $(shell uname) ifeq ($(UNAME), Linux) diff --git a/src/ReadMedia.cpp b/src/ReadMedia.cpp index c73066e..e86273b 100644 --- a/src/ReadMedia.cpp +++ b/src/ReadMedia.cpp @@ -40,7 +40,7 @@ ReadMedia::ReadMedia( ) { m_video_format.timescale=0; m_video_format.framerate_mode=GAVL_FRAMERATE_CONSTANT; m_video_format.chroma_placement=GAVL_CHROMA_PLACEMENT_DEFAULT; - m_video_format.interlace_mode=GAVL_INTERLACE_UNKNOWN; + m_video_format.interlace_mode=GAVL_INTERLACE_NONE; m_video_format.timecode_format.int_framerate =0; m_video_format.timecode_format.flags =0; -- cgit v1.2.1