On date Sunday 2023-03-05 12:57:38 +0100, Stefano Sabatini wrote:
> On date Wednesday 2023-03-01 15:04:16 +0800, "zhilizhao(赵志立)" wrote:
[...]
> Updated, thanks for the feedback.
> From 672de0e5d15ab8a22f3957222680d847f60bced8 Mon Sep 17 00:00:00 2001
> From: Stefano Sabatini
> Date: Tue, 28 Feb
On date Wednesday 2023-03-01 15:04:16 +0800, "zhilizhao(赵志立)" wrote:
> > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> > index 9a0fe97cad..fbf1d3d83c 100644
> > --- a/libavcodec/avcodec.h
> > +++ b/libavcodec/avcodec.h
> > @@ -2418,8 +2418,14 @@ int avcodec_parameters_to_context(AVCode
> On Mar 1, 2023, at 06:40, Stefano Sabatini wrote:
>
> On date Tuesday 2023-02-28 23:28:56 +0100, Stefano Sabatini wrote:
>> In particular, clarify how to set options in the codec context, and mention
>> when to use
>> avcodec_parameters_to_context().
>>
>> Fix trac issue http://trac.ffmpeg.
On date Tuesday 2023-02-28 23:28:56 +0100, Stefano Sabatini wrote:
> In particular, clarify how to set options in the codec context, and mention
> when to use
> avcodec_parameters_to_context().
>
> Fix trac issue http://trac.ffmpeg.org/ticket/5781.
> ---
> libavcodec/avcodec.h | 29 +
In particular, clarify how to set options in the codec context, and mention
when to use
avcodec_parameters_to_context().
Fix trac issue http://trac.ffmpeg.org/ticket/5781.
---
libavcodec/avcodec.h | 29 -
1 file changed, 24 insertions(+), 5 deletions(-)
diff --git a/