#11490: [Regression] Audio silent for long MOV file
------------------------------------+------------------------------------
             Reporter:  cgbug       |                    Owner:  (none)
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  mov         |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  1           |
------------------------------------+------------------------------------
Comment (by MasterQuestionable):

 ͏
 
https://github.com/FFmpeg/FFmpeg/blob/1731eba20d87a7f62f91c4507fca783c20b5ece4/libavformat/mov.c#L4564
 ͏    https://github.com/FFmpeg/FFmpeg/commits/master/libavformat/mov.c

 ͏    You may also add a commit alike:
 ͏    https://trac.ffmpeg.org/ticket/10869#comment:7
 ͏    (better for review)

 ͏    Better looking:
 [[
 {{{#!c
     if (
     ! sc->sample_count || (
     sc->sample_count >= UINT_MAX / sizeof( *sc->tts_data )
     && ( ctts || stts ) )
     )
     return -1;
 }}}
 ]]
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11490#comment:11>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to