Commit 7564658b authored by Justin Ruggles's avatar Justin Ruggles

cosmetics: indentation and add a TODO comment

Originally committed as revision 11389 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 471db688
......@@ -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");
return -1;
}
/* TODO: error concealment */
}
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