Re: [FFmpeg-devel] [PATCH v2 1/8] avformat/s337m: Use base AVClass for av_log usage

2020-01-16 Thread Michael Niedermayer
On Wed, Jan 15, 2020 at 11:55:55AM +0100, Nicolas Gaullier wrote: > s337m_get_offset_and_codec does not make use of > AVFormatContext: AVClass is enough for logging. > Will facilitate further use from outside > --- > libavformat/s337m.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletio

[FFmpeg-devel] [PATCH v2 1/8] avformat/s337m: Use base AVClass for av_log usage

2020-01-15 Thread Nicolas Gaullier
s337m_get_offset_and_codec does not make use of AVFormatContext: AVClass is enough for logging. Will facilitate further use from outside --- libavformat/s337m.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libavformat/s337m.c b/libavformat/s337m.c index 48ab66a6da