Browse Source

AAC: Cosmetics after last commit

Originally committed as revision 15920 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Robert Swain 17 years ago
parent
commit
8f5aaa6d2f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libavcodec/aac.c

+ 3
- 3
libavcodec/aac.c View File

@@ -521,9 +521,9 @@ static int decode_ics_info(AACContext * ac, IndividualChannelStream * ics, GetBi
memset(ics, 0, sizeof(IndividualChannelStream)); memset(ics, 0, sizeof(IndividualChannelStream));
return -1; return -1;
} else { } else {
av_log_missing_feature(ac->avccontext, "Predictor bit set but LTP is", 1);
memset(ics, 0, sizeof(IndividualChannelStream));
return -1;
av_log_missing_feature(ac->avccontext, "Predictor bit set but LTP is", 1);
memset(ics, 0, sizeof(IndividualChannelStream));
return -1;
} }
} }
} }


Loading…
Cancel
Save