Re: [FFmpeg-devel] [PATCH 3/4] avcodec/cbs_h265: move the payload_extension_present check into its own function

2020-04-22 Thread Andreas Rheinhardt
James Almer: > Will be reused in the following patch. > > Signed-off-by: James Almer > --- > libavcodec/cbs_h2645.c| 9 + > libavcodec/cbs_h265_syntax_template.c | 8 +++- > 2 files changed, 12 insertions(+), 5 deletions(-) > > diff --git a/libavcodec/cbs_h2645.c

[FFmpeg-devel] [PATCH 3/4] avcodec/cbs_h265: move the payload_extension_present check into its own function

2020-04-20 Thread James Almer
Will be reused in the following patch. Signed-off-by: James Almer --- libavcodec/cbs_h2645.c| 9 + libavcodec/cbs_h265_syntax_template.c | 8 +++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/libavcodec/cbs_h2645.c b/libavcodec/cbs_h2645.c index