Skip to content

Commit 9e0d194

Browse files
authored
Add comment re: updates to interlace params
1 parent c4a6ead commit 9e0d194

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/FFmpegReader.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,8 @@ void FFmpegReader::UpdateVideoInfo() {
752752
check_interlace = false;
753753
break;
754754
}
755+
// check_interlace will prevent these checks being repeated,
756+
// unless it was cleared because we got an AV_FIELD_UNKNOWN response.
755757
}
756758

757759
// Set the video timebase

0 commit comments

Comments
 (0)