mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-24 17:12:34 +02:00
lavc/aac_ac3_parser: reindent
This commit is contained in:
parent
9f5baf9085
commit
f0ea536c47
@ -81,8 +81,9 @@ get_next:
|
|||||||
if (got_frame) {
|
if (got_frame) {
|
||||||
/* Due to backwards compatible HE-AAC the sample rate, channel count,
|
/* Due to backwards compatible HE-AAC the sample rate, channel count,
|
||||||
and total number of samples found in an AAC ADTS header are not
|
and total number of samples found in an AAC ADTS header are not
|
||||||
reliable. Bit rate is still accurate because the total frame duration in
|
reliable. Bit rate is still accurate because the total frame
|
||||||
seconds is still correct (as is the number of bits in the frame). */
|
duration in seconds is still correct (as is the number of bits in
|
||||||
|
the frame). */
|
||||||
if (avctx->codec_id != AV_CODEC_ID_AAC) {
|
if (avctx->codec_id != AV_CODEC_ID_AAC) {
|
||||||
avctx->sample_rate = s->sample_rate;
|
avctx->sample_rate = s->sample_rate;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user