Re: [FFmpeg-devel] [PATCH 2/2] exif: take a generic log context

2016-04-01 Thread Thilo Borgmann
Am 01.04.16 um 13:13 schrieb Hendrik Leppkes: > The AVCodecContext is only used for logging, so instead take any valid log > context. > This allows reusing the exif functions more easily in avformat. > --- > libavcodec/exif.c | 16 > libavcodec/exif.h | 2 +- > 2 files changed,

Re: [FFmpeg-devel] [PATCH 2/2] exif: take a generic log context

2016-04-01 Thread wm4
On Fri, 1 Apr 2016 13:13:03 +0200 Hendrik Leppkes wrote: > The AVCodecContext is only used for logging, so instead take any valid log > context. > This allows reusing the exif functions more easily in avformat. > --- > libavcodec/exif.c | 16 > libavcodec/exif.h | 2 +- > 2 f