> -Original Message-
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of Mark Thompson
> Sent: Tuesday, April 2, 2019 06:24
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH] lavc/hevc_ps: parse constraint flags for
> HEVC RE
On 01/04/2019 22:38, James Almer wrote:
> On 4/1/2019 6:43 AM, Linjie Fu wrote:
>> Parse all the constraint flags.
>>
>> It can be passed to hw decoders to detemine the exact profile for Range
>> Extension HEVC.
>>
>> Signed-off-by: Linjie Fu
>> ---
>> libavcodec/hevc_ps.c | 18 +++---
On 4/1/2019 6:43 AM, Linjie Fu wrote:
> Parse all the constraint flags.
>
> It can be passed to hw decoders to detemine the exact profile for Range
> Extension HEVC.
>
> Signed-off-by: Linjie Fu
> ---
> libavcodec/hevc_ps.c | 18 +++---
> libavcodec/hevc_ps.h | 10 ++
> 2 fi
On Mon, Apr 01, 2019 at 05:43:20PM +0800, Linjie Fu wrote:
> Parse all the constraint flags.
>
> It can be passed to hw decoders to detemine the exact profile for Range
> Extension HEVC.
>
> Signed-off-by: Linjie Fu
> ---
> libavcodec/hevc_ps.c | 18 +++---
> libavcodec/hevc_ps.h |
Parse all the constraint flags.
It can be passed to hw decoders to detemine the exact profile for Range
Extension HEVC.
Signed-off-by: Linjie Fu
---
libavcodec/hevc_ps.c | 18 +++---
libavcodec/hevc_ps.h | 10 ++
2 files changed, 25 insertions(+), 3 deletions(-)
diff --git