mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-06 20:47:41 +00:00
alsdec: fix misplaced parentheses.
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
This commit is contained in:
parent
ac3f5a6879
commit
ee0f53e966
@ -1453,7 +1453,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr,
|
|||||||
ctx->cur_frame_length = sconf->frame_length;
|
ctx->cur_frame_length = sconf->frame_length;
|
||||||
|
|
||||||
// decode the frame data
|
// decode the frame data
|
||||||
if ((invalid_frame = read_frame_data(ctx, ra_frame) < 0))
|
if ((invalid_frame = read_frame_data(ctx, ra_frame)) < 0)
|
||||||
av_log(ctx->avctx, AV_LOG_WARNING,
|
av_log(ctx->avctx, AV_LOG_WARNING,
|
||||||
"Reading frame data failed. Skipping RA unit.\n");
|
"Reading frame data failed. Skipping RA unit.\n");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user