git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
795d2dc
)
ra144enc: Fix assignments in if()
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 13 Jan 2013 23:05:42 +0000
(
00:05
+0100)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 14 Jan 2013 04:05:37 +0000
(
05:05
+0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/ra144enc.c
patch
|
blob
|
history
diff --git
a/libavcodec/ra144enc.c
b/libavcodec/ra144enc.c
index
dd61ac1
..
bbd7b68
100644
(file)
--- a/
libavcodec/ra144enc.c
+++ b/
libavcodec/ra144enc.c
@@
-536,7
+536,7
@@
static int ra144_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
for (; i < frame->nb_samples; i++)
ractx->curr_block[i] = samples[i] >> 2;
- if ((ret = ff_af_queue_add(&ractx->afq, frame)
< 0)
)
+ if ((ret = ff_af_queue_add(&ractx->afq, frame)
) < 0
)
return ret;
} else
ractx->last_frame = 1;