#7083: Decoder playing out frames at double speed
------------------------------------+-----------------------------------
             Reporter:  baudouin0   |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avcodec
              Version:  git-master  |               Resolution:
             Keywords:  h264        |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-----------------------------------

Comment (by baudouin0):

 What I am saying is if you rebuild the ffmpeg code with the line

 printf("h264_slice_header_init() build=%d time_scale=%d ticks_per_frame=%d
 num_units_in_tick=%d\n", h->x264_build, sps->time_scale,
 h->avctx->ticks_per_frame, sps->num_units_in_tick);

 and run it on the bitstream I sent.

 You will see that the variable x264_build becomes zero. This is a bug as
 it affects the way your decoder operates including the way in which the
 ticks and time scale are interpreted.

 Its up to you then to get to the bottom of it.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7083#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to