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 --- src/ReadMedia.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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