#8353: videotoolboxenc: h264_videotoolbox is not writing b-frames
-------------------------------------+-----------------------------------
             Reporter:  Nomis101     |                    Owner:
                 Type:  defect       |                   Status:  open
             Priority:  normal       |                Component:  avcodec
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------
Changes (by Balling):

 * status:  new => open


Comment:

 Was partially fixed here 5e0a3278bb7385f9fee158ccd69b07bf76a9e5df and you
 need to add
 {{{
 vtctx->has_b_frames = avctx->max_b_frames > 0;
 }}}
 after
 
https://github.com/FFmpeg/FFmpeg/blob/55755b4ab27a94bfa1d91e494441dc2168164d19/libavcodec/videotoolboxenc.c#L1357
 in else.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8353#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to