Andreas Cadhalpun googlemail.com> writes:
> On 08.05.2015 15:01, Carl Eugen Hoyos wrote:
> > +av_log(avctx, AV_LOG_WARNING,
> > + "gray decoding requested but not ensabled
> > at configuration time\n");
> ^
> Typo: ensabl
On 08.05.2015 15:01, Carl Eugen Hoyos wrote:
> +av_log(avctx, AV_LOG_WARNING,
> + "gray decoding requested but not ensabled at configuration
> time\n");
^
Typo: ensabled -> enabled
Best regards,
Andreas
___
On Fri, May 08, 2015 at 03:01:06PM +0200, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch prints a warning if gray decoding was requested
> but not enabled at configuration time.
>
> Carl Eugen
> utils.c |5 +
> 1 file changed, 5 insertions(+)
> 061e15dd12c198c8634844cf0c14b3e48d34d58
Hi!
Attached patch prints a warning if gray decoding was requested
but not enabled at configuration time.
Carl Eugen
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 48286cf..0073308 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -1615,6 +1615,11 @@ int attribute_align_arg