On 2018/3/10 3:32, Michael Niedermayer wrote:
> On Thu, Mar 08, 2018 at 04:41:43PM +0800, Jun Zhao wrote:
>> opt.c |1 +
>> opt.h |1 +
>> 2 files changed, 2 insertions(+)
>> f19d1e433e7008fa7ea9868c973367833dc86878
>> 0001-lavu-opt-add-AV_OPT_FLAG_BSF_PARAM.patch
>> From 665692d981828
On Thu, Mar 08, 2018 at 04:41:43PM +0800, Jun Zhao wrote:
>
> opt.c |1 +
> opt.h |1 +
> 2 files changed, 2 insertions(+)
> f19d1e433e7008fa7ea9868c973367833dc86878
> 0001-lavu-opt-add-AV_OPT_FLAG_BSF_PARAM.patch
> From 665692d981828ccc0875f9dcbf2c89f3495fcce6 Mon Sep 17 00:00:00 2001
From 665692d981828ccc0875f9dcbf2c89f3495fcce6 Mon Sep 17 00:00:00 2001
From: Jun Zhao
Date: Thu, 8 Mar 2018 13:47:23 +0800
Subject: [PATCH 01/10] lavu/opt: add AV_OPT_FLAG_BSF_PARAM
add AV_OPT_FLAG_BSF_PARAM for bit stream filter options.
Signed-off-by: Jun Zhao
---
libavutil/opt.c | 1 +
lib