[FFmpeg-trac] #1578(undetermined:open): variable FPS incorrect frame length

FFmpeg trac at avcodec.org
Tue Dec 10 06:21:10 CET 2013


#1578: variable FPS incorrect frame length
-------------------------------------+-------------------------------------
             Reporter:  kubabrecka   |                    Owner:
                 Type:  defect       |                   Status:  open
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  fps          |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  1
-------------------------------------+-------------------------------------

Comment (by er.anshul.maheshwari@…):

 I was looking in code

 {{{
         if (delta < -1.1)
          {
                  av_log(NULL, AV_LOG_VERBOSE, "2nb_freame%d***Drop!
 %d----%ldd\n",nb_frames,format_video_sync,delta);
              nb_frames = 0;
          }

 }}}

 and found delta as -2.0 , that makes nb_frame = 0

--
Ticket URL: <https://trac.ffmpeg.org/ticket/1578#comment:8>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list