Ticket #2277: alac.patch
| File alac.patch, 499 bytes (added by , 13 years ago) |
|---|
-
libavcodec/alac.c
diff --git a/libavcodec/alac.c b/libavcodec/alac.c index f8ac560..6dec1ce 100644
a b 36 36 * 8bit compatible version (0) 37 37 * 8bit sample size 38 38 * 8bit history mult (40) 39 * 8bit initial history (1 4)40 * 8bit rice param limit (1 0)39 * 8bit initial history (10) 40 * 8bit rice param limit (14) 41 41 * 8bit channels 42 42 * 16bit maxRun (255) 43 43 * 32bit max coded frame size (0 means unknown)
