Commit 2defa5d4 authored by jbr's avatar jbr

cosmetics: indentation and add a TODO comment

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11389 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fc4695e4
...@@ -1114,6 +1114,7 @@ static int ac3_decode_frame(AVCodecContext * avctx, void *data, int *data_size, ...@@ -1114,6 +1114,7 @@ static int ac3_decode_frame(AVCodecContext * avctx, void *data, int *data_size,
av_log(avctx, AV_LOG_ERROR, "frame CRC mismatch\n"); av_log(avctx, AV_LOG_ERROR, "frame CRC mismatch\n");
return -1; return -1;
} }
/* TODO: error concealment */
} }
avctx->sample_rate = s->sample_rate; avctx->sample_rate = s->sample_rate;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment