[FFmpeg-trac] #5526(undetermined:new): Wrong Framerate detection when input DirectShow Filter

FFmpeg trac at avcodec.org
Sun Jun 5 04:32:00 CEST 2016


#5526: Wrong Framerate detection when input DirectShow Filter
-------------------------------------+-------------------------------------
             Reporter:  kgp700       |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:
              Version:  git-master   |  undetermined
             Keywords:  codecpar     |               Resolution:
  regression                         |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by kgp700):

 I tried st->avg_frame_rate = av_inv_q(time_base);
 to
 st->avg_frame_rate = av_inv_q(time_base);
 st->r_frame_rate = av_inv_q(time_base);
 on dshow.c

 Problem fixed. Thanks :)
 Can you apply to master git?

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5526#comment:12>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list