diff options
author | august black <augmentus@users.sourceforge.net> | 2010-09-22 00:40:45 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:05:31 +0200 |
commit | 5bb99b967bb9dbcb0d3c0c6d6b7478f96257b388 (patch) | |
tree | 56bb5afa6662a26554236c5d0a70cf9c29fb380e | |
parent | fbcc79ecba3056e9969cf0d97a9d55b457fbc402 (diff) |
mac fixes
svn path=/trunk/externals/august/readanysf~/; revision=14172
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | src/ReadMedia.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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; |