Ticket #2277: alac.patch

File alac.patch, 499 bytes (added by chinshou, 13 years ago)
  • libavcodec/alac.c

    diff --git a/libavcodec/alac.c b/libavcodec/alac.c
    index f8ac560..6dec1ce 100644
    a b  
    3636 *  8bit  compatible version   (0)
    3737 *  8bit  sample size
    3838 *  8bit  history mult         (40)
    39  *  8bit  initial history      (14)
    40  *  8bit  rice param limit     (10)
     39 *  8bit  initial history      (10)
     40 *  8bit  rice param limit     (14)
    4141 *  8bit  channels
    4242 * 16bit  maxRun               (255)
    4343 * 32bit  max coded frame size (0 means unknown)