[FFmpeg-trac] #7083(avcodec:new): Decoder playing out frames at double speed

FFmpeg trac at avcodec.org
Tue Mar 13 10:42:39 EET 2018


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

Comment (by baudouin0):

 I can fix the issue by adding

 h264_init_context(AVCodecContext *avctx, H264Context *h) {

     + h->x264_build = -1;
 }

 but don't think this is correct fix.

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


More information about the FFmpeg-trac mailing list