Re: [FFmpeg-devel] [PATCH v4 1/5] lavc/h265_profile_level: Fix DPB size calculation

2019-07-07 Thread Mark Thompson
On 20/06/2019 17:10, James Almer wrote: > On 6/2/2019 1:48 PM, Mark Thompson wrote: >> On 06/05/2019 22:02, Mark Thompson wrote: >>> The maxDpbPicBuf value which is used in the DPB size calculation depends >>> on the profile (it's usually 6, but 7 for screen-extended profiles). >>> --- >>> libavco

Re: [FFmpeg-devel] [PATCH v4 1/5] lavc/h265_profile_level: Fix DPB size calculation

2019-06-20 Thread James Almer
On 6/2/2019 1:48 PM, Mark Thompson wrote: > On 06/05/2019 22:02, Mark Thompson wrote: >> The maxDpbPicBuf value which is used in the DPB size calculation depends >> on the profile (it's usually 6, but 7 for screen-extended profiles). >> --- >> libavcodec/h265_profile_level.c | 86 -

Re: [FFmpeg-devel] [PATCH v4 1/5] lavc/h265_profile_level: Fix DPB size calculation

2019-06-02 Thread Mark Thompson
On 06/05/2019 22:02, Mark Thompson wrote: > The maxDpbPicBuf value which is used in the DPB size calculation depends > on the profile (it's usually 6, but 7 for screen-extended profiles). > --- > libavcodec/h265_profile_level.c | 86 - > libavcodec/h265_profile_leve

[FFmpeg-devel] [PATCH v4 1/5] lavc/h265_profile_level: Fix DPB size calculation

2019-05-06 Thread Mark Thompson
The maxDpbPicBuf value which is used in the DPB size calculation depends on the profile (it's usually 6, but 7 for screen-extended profiles). --- libavcodec/h265_profile_level.c | 86 - libavcodec/h265_profile_level.h | 1 + 2 files changed, 44 insertions(+), 43 de