Re: [libav-devel] [PATCH 25/39] alac: avoid using a double-negative when checking if the frame is compressed

2012-07-15 Thread Anton Khirnov
On Mon, 9 Jul 2012 17:23:53 -0400, Justin Ruggles wrote: > --- > libavcodec/alac.c |7 +++ > 1 files changed, 3 insertions(+), 4 deletions(-) > ok -- Anton Khirnov ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org

[libav-devel] [PATCH 25/39] alac: avoid using a double-negative when checking if the frame is compressed

2012-07-09 Thread Justin Ruggles
--- libavcodec/alac.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/libavcodec/alac.c b/libavcodec/alac.c index 474531b..f803f9a 100644 --- a/libavcodec/alac.c +++ b/libavcodec/alac.c @@ -298,7 +298,7 @@ static int alac_decode_frame(AVCodecContext *avctx, void *da