aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--src/ReadMedia.cpp2
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;