diff options
Diffstat (limited to 'src/ReadMedia.cpp')
-rw-r--r-- | src/ReadMedia.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |