Changes between Initial Version and Version 1 of Ticket #8353, comment 3


Ignore:
Timestamp:
Feb 15, 2020, 9:58:50 AM (7 years ago)
Author:
Balling

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8353, comment 3

    initial v1  
    1 Was partially fixed here 5e0a3278bb7385f9fee158ccd69b07bf76a9e5df and you need to add
     1Was partially applied here 5e0a3278bb7385f9fee158ccd69b07bf76a9e5df and you need to add
    22{{{
    33vtctx->has_b_frames = avctx->max_b_frames > 0;
    44}}}
    5 after https://github.com/FFmpeg/FFmpeg/blob/55755b4ab27a94bfa1d91e494441dc2168164d19/libavcodec/videotoolboxenc.c#L1357 in else.
     5after https://github.com/FFmpeg/FFmpeg/blob/55755b4ab27a94bfa1d91e494441dc2168164d19/libavcodec/videotoolboxenc.c#L1357 in else (this and only this is the real fix, I suppose).