]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/eac3dec.c
libavcodec: be less picky on nonsense rc_max_rate / rc_buffer_size combinations.
[ffmpeg] / libavcodec / eac3dec.c
index 7fc1bb5071a466f740c1df88fa8f51b24c117ddd..91e35ad934ece50fb307b3ad00475dabcd2b55bc 100644 (file)
@@ -491,7 +491,7 @@ int ff_eac3_parse_header(AC3DecodeContext *s)
     s->skip_syntax       = get_bits1(gbc);
     parse_spx_atten_data = get_bits1(gbc);
 
-    /* coupling strategy occurance and coupling use per block */
+    /* coupling strategy occurrence and coupling use per block */
     num_cpl_blocks = 0;
     if (s->channel_mode > 1) {
         for (blk = 0; blk < s->num_blocks; blk++) {