Re: [FFmpeg-devel] [PATCH 3/3] avcodec/codec: add doxy to AVCodec.decode()

2021-03-07 Thread James Almer
On 3/7/2021 10:34 AM, Andreas Rheinhardt wrote: James Almer: Signed-off-by: James Almer --- libavcodec/codec.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/libavcodec/codec.h b/libavcodec/codec.h index bcda061da1..c019e7357c 100644 --- a/libavcodec/codec.h +++ b/libavcode

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/codec: add doxy to AVCodec.decode()

2021-03-07 Thread Andreas Rheinhardt
James Almer: > Signed-off-by: James Almer > --- > libavcodec/codec.h | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/libavcodec/codec.h b/libavcodec/codec.h > index bcda061da1..c019e7357c 100644 > --- a/libavcodec/codec.h > +++ b/libavcodec/codec.h > @@ -281,6 +281,17 @@ ty

[FFmpeg-devel] [PATCH 3/3] avcodec/codec: add doxy to AVCodec.decode()

2021-03-05 Thread James Almer
Signed-off-by: James Almer --- libavcodec/codec.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/libavcodec/codec.h b/libavcodec/codec.h index bcda061da1..c019e7357c 100644 --- a/libavcodec/codec.h +++ b/libavcodec/codec.h @@ -281,6 +281,17 @@ typedef struct AVCodec { */