Re: [FFmpeg-devel] [PATCH 7/9] avfilter/vf_subtitles: Remove obsolete LIBAVCODEC_VERSION_INT checks

2020-09-11 Thread Paul B Mahol
On Thu, Sep 10, 2020 at 11:48:59PM +0200, Andreas Rheinhardt wrote: > libavcodec major version is already 58. > > Signed-off-by: Andreas Rheinhardt > --- > libavfilter/vf_subtitles.c | 10 +++--- > 1 file changed, 3 insertions(+), 7 deletions(-) > ok > diff --git

Re: [FFmpeg-devel] [PATCH 7/9] avfilter/vf_subtitles: Remove obsolete LIBAVCODEC_VERSION_INT checks

2020-09-11 Thread Nicolas George
Andreas Rheinhardt (12020-09-10): > libavcodec major version is already 58. > > Signed-off-by: Andreas Rheinhardt > --- > libavfilter/vf_subtitles.c | 10 +++--- > 1 file changed, 3 insertions(+), 7 deletions(-) LGTM. Regards, -- Nicolas George signature.asc Description: PGP

[FFmpeg-devel] [PATCH 7/9] avfilter/vf_subtitles: Remove obsolete LIBAVCODEC_VERSION_INT checks

2020-09-10 Thread Andreas Rheinhardt
libavcodec major version is already 58. Signed-off-by: Andreas Rheinhardt --- libavfilter/vf_subtitles.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/libavfilter/vf_subtitles.c b/libavfilter/vf_subtitles.c index a045375b2d..08b4d4efca 100644 ---