summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_stream.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-28 00:23:16 +0200
committerCarl Hetherington <cth@carlh.net>2022-03-28 00:23:16 +0200
commit6a77d4a19541446008ab4c457d0fbeb256712d39 (patch)
treee2be0151b93da06157046f6a92d28ff471320628 /src/lib/ffmpeg_stream.cc
parent72b0ae6df82b5e54e3f135f0c341f564a8bd7bc2 (diff)
WIP: hacks to allow joining of files which don't all have subtitle streams.2187-examine-vobs
Diffstat (limited to 'src/lib/ffmpeg_stream.cc')
-rw-r--r--src/lib/ffmpeg_stream.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/ffmpeg_stream.cc b/src/lib/ffmpeg_stream.cc
index 2d85a90bb..d5ed7c619 100644
--- a/src/lib/ffmpeg_stream.cc
+++ b/src/lib/ffmpeg_stream.cc
@@ -78,6 +78,5 @@ FFmpegStream::index (AVFormatContext const * fc) const
++i;
}
- DCPOMATIC_ASSERT (false);
- return 0;
+ return -1;
}