]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/utils.c
Merge commit '91d305790ea0f6fe0f54b48236da42181c39c18b'
[ffmpeg] / libavformat / utils.c
index 14896cc49c605d36e13dbbecadb33194f32c44b8..6e828f7ce9ed27537e7238d6b8cd4516d6e78aa0 100644 (file)
@@ -1911,7 +1911,6 @@ int64_t ff_gen_search(AVFormatContext *s, int stream_index, int64_t target_ts,
             av_log(s, AV_LOG_ERROR, "read_timestamp() failed in the middle\n");
             return -1;
         }
-        assert(ts != AV_NOPTS_VALUE);
         if (target_ts <= ts) {
             pos_limit = start_pos - 1;
             pos_max   = pos;