comparison wavpack.c @ 5605:d92fa6e5fc8c libavcodec

move get_unary() to its own file
author aurel
date Sun, 26 Aug 2007 22:33:48 +0000
parents 1c67999f81c8
children 5b80d560cdca
comparison
equal deleted inserted replaced
5604:8691652d9dce 5605:d92fa6e5fc8c
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 #define ALT_BITSTREAM_READER_LE 21 #define ALT_BITSTREAM_READER_LE
22 #include "avcodec.h" 22 #include "avcodec.h"
23 #include "bitstream.h" 23 #include "bitstream.h"
24 #include "unary.h"
24 25
25 /** 26 /**
26 * @file wavpack.c 27 * @file wavpack.c
27 * WavPack lossless audio decoder 28 * WavPack lossless audio decoder
28 */ 29 */