Re: [FFmpeg-devel] [PATCH 2/3] lavu/log: add device category macros

2014-08-07 Thread Michael Niedermayer
On Thu, Aug 07, 2014 at 01:58:56AM +0200, Lukasz Marek wrote: > --- > libavutil/log.h | 10 ++ > 1 file changed, 10 insertions(+) should be ok unless someone has a better idea [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No human being will ever know

[FFmpeg-devel] [PATCH 2/3] lavu/log: add device category macros

2014-08-06 Thread Lukasz Marek
--- libavutil/log.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavutil/log.h b/libavutil/log.h index a6a07e0..e1ff09b 100644 --- a/libavutil/log.h +++ b/libavutil/log.h @@ -46,6 +46,16 @@ typedef enum { AV_CLASS_CATEGORY_NB, ///< not part of ABI/API }AVClassCategory;