Re: [FFmpeg-devel] [PATCH 01/13] avcodec: add missing FF_API_CODEC_ID guard

2015-08-08 Thread Andreas Cadhalpun
On 08.08.2015 17:45, Michael Niedermayer wrote: > On Sat, Aug 08, 2015 at 01:31:45PM +0200, Andreas Cadhalpun wrote: >> Signed-off-by: Andreas Cadhalpun >> --- >> libavcodec/utils.c | 2 ++ >> 1 file changed, 2 insertions(+) > > LGTM Pushed. Best regards, Andreas _

Re: [FFmpeg-devel] [PATCH 01/13] avcodec: add missing FF_API_CODEC_ID guard

2015-08-08 Thread Michael Niedermayer
On Sat, Aug 08, 2015 at 01:31:45PM +0200, Andreas Cadhalpun wrote: > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/utils.c | 2 ++ > 1 file changed, 2 insertions(+) LGTM thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB When the tyrant has dispose

[FFmpeg-devel] [PATCH 01/13] avcodec: add missing FF_API_CODEC_ID guard

2015-08-08 Thread Andreas Cadhalpun
Signed-off-by: Andreas Cadhalpun --- libavcodec/utils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 5dbd0cf..22dcc82 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -3275,11 +3275,13 @@ unsigned avcodec_version(void) av_asse