Skip to content

Commit f6f35c7

Browse files
Should be oc->oformat
1 parent cdc6260 commit f6f35c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zm_videostore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ bool VideoStore::open() {
140140

141141
oc->metadata = pmetadata;
142142
out_format = oc->oformat;
143-
oc->format->flags |= AVFMT_TS_NONSTRICT; // allow non increasing dts
143+
oc->oformat->flags |= AVFMT_TS_NONSTRICT; // allow non increasing dts
144144

145145
if (video_in_stream) {
146146
#if LIBAVCODEC_VERSION_CHECK(57, 64, 0, 64, 0)

0 commit comments

Comments
 (0)