On 06/01/17 15:19, Moritz Barsnick wrote:
> Since Michael mentioned it:
>
> On Fri, Dec 16, 2016 at 10:21:25 +0800, Jun Zhao wrote:
>
>> +if (avctx->max_b_frames != 0) {
>> +avctx->max_b_frames = 0;
>> +av_log(avctx, AV_LOG_WARNING, "H.264 constrained baseline "
>>
Since Michael mentioned it:
On Fri, Dec 16, 2016 at 10:21:25 +0800, Jun Zhao wrote:
> +if (avctx->max_b_frames != 0) {
> +avctx->max_b_frames = 0;
> +av_log(avctx, AV_LOG_WARNING, "H.264 constrained baseline "
> + "profile don't support encode B f
On Fri, Dec 16, 2016 at 10:21:25AM +0800, Jun Zhao wrote:
> vaapi_encode_h264.c | 10 ++
> 1 file changed, 10 insertions(+)
> 79dbe8e5eaf06d39210c325486b96eef1f4d575d
> 0001-lavc-vaapi_encode_h264-disable-B-frame-in-baseline-p.patch
> From a4b410e02ac4864c7d82b15474a65ed42a84da6a Mon S
ping ?
On 2016/12/16 10:21, Jun Zhao wrote:
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
From a4b410e02ac4864c7d82b15474a65ed42a84da6a Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Fri, 16 Dec 2016 09:49:57 +0800
Subject: [PATCH] lavc/vaapi_encode_h264: disable B frame in baseline profile.
disable B frames when usd baseline/constrined baseline profile,
it's base on H.264 spec Annex A