Re: [FFmpeg-devel] [PATCH 1/4] lavc/h264: move green meta logging out of the sei decoding

2016-06-14 Thread Clément Bœsch
On Tue, Jun 14, 2016 at 12:01:25AM +0200, Hendrik Leppkes wrote: > On Mon, Jun 13, 2016 at 11:02 PM, Clément Bœsch wrote: > > This will simplify the next Libav merge where SEI decoding doesn't have > > access to the debug level anymore. > > This whole business looks rather fragile

Re: [FFmpeg-devel] [PATCH 1/4] lavc/h264: move green meta logging out of the sei decoding

2016-06-13 Thread Hendrik Leppkes
On Mon, Jun 13, 2016 at 11:02 PM, Clément Bœsch wrote: > This will simplify the next Libav merge where SEI decoding doesn't have > access to the debug level anymore. This whole business looks rather fragile and wtf'ish, but its better then before and should be fine. So the entire

[FFmpeg-devel] [PATCH 1/4] lavc/h264: move green meta logging out of the sei decoding

2016-06-13 Thread Clément Bœsch
This will simplify the next Libav merge where SEI decoding doesn't have access to the debug level anymore. --- libavcodec/h264.c | 30 ++ libavcodec/h264_sei.c | 33 - 2 files changed, 30 insertions(+), 33 deletions(-) diff --git