Re: [FFmpeg-devel] [PATCH] avformat/dump: Remove remnants of codec timebase

2021-04-29 Thread James Almer
On 4/29/2021 9:45 PM, Andreas Rheinhardt wrote: Fixes Coverity issue #1477414. Signed-off-by: Andreas Rheinhardt --- libavformat/dump.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libavformat/dump.c b/libavformat/dump.c index 9f54bc3e8d..04c93dd7d3 100644 ---

[FFmpeg-devel] [PATCH] avformat/dump: Remove remnants of codec timebase

2021-04-29 Thread Andreas Rheinhardt
Fixes Coverity issue #1477414. Signed-off-by: Andreas Rheinhardt --- libavformat/dump.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libavformat/dump.c b/libavformat/dump.c index 9f54bc3e8d..04c93dd7d3 100644 --- a/libavformat/dump.c +++ b/libavformat/dump.c @@ -5