View Bug Details

IDProjectCategoryView StatusLast Update
0002499DCP-o-maticBugspublic2023-03-31 21:55
Reportercarl Assigned Tocarl  
PrioritynormalSeverityminorReproducibilityhave not tried
Status acknowledgedResolutionopen 
Target Version2.16.x 
Summary0002499: Fix FFmpegExaminer handling of _format_context->duration == AV_NOPTS_VALUE
Description

There are two things here:

  1. _need_video_length is set to true if _format_context->duration == AV_NOPTS_VALUE but then we bail from the examination loop when _first_video is true, so we don't get to the end of the video, I think...
  2. there has been a bug report where the assert of _format_context->duration == AV_NOPTS_VALUE trips in the audio loop, so we should handle that in the same way as (1) (except fixed).
TagsNo tags attached.
Branch
Estimated weeks required
Estimated work requiredUndecided

Activities

There are no notes attached to this issue.

Bug History

Date Modified Username Field Change
2023-03-31 21:53 carl New Bug
2023-03-31 21:55 carl Description Updated
2023-03-31 21:55 carl Estimated work required => Undecided
2023-03-31 21:55 carl Assigned To => carl
2023-03-31 21:55 carl Status new => acknowledged