Changes between Initial Version and Version 1 of Ticket #8353, comment 3
- Timestamp:
- Feb 15, 2020, 9:58:50 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8353, comment 3
initial v1 1 Was partially fixed here 5e0a3278bb7385f9fee158ccd69b07bf76a9e5df and you need to add1 Was partially applied here 5e0a3278bb7385f9fee158ccd69b07bf76a9e5df and you need to add 2 2 {{{ 3 3 vtctx->has_b_frames = avctx->max_b_frames > 0; 4 4 }}} 5 after https://github.com/FFmpeg/FFmpeg/blob/55755b4ab27a94bfa1d91e494441dc2168164d19/libavcodec/videotoolboxenc.c#L1357 in else .5 after https://github.com/FFmpeg/FFmpeg/blob/55755b4ab27a94bfa1d91e494441dc2168164d19/libavcodec/videotoolboxenc.c#L1357 in else (this and only this is the real fix, I suppose).


