Commit 41784cda authored by vitor's avatar vitor

10l: my last commit broke compilation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12883 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 48b1a20f
......@@ -114,18 +114,16 @@ static int alac_set_info(ALACContext *alac)
/* buffer size / 2 ? */
alac->setinfo_max_samples_per_frame = bytestream_get_be32(&ptr);
*ptr++; /* ??? */
ptr++; /* ??? */
alac->setinfo_sample_size = *ptr++;
alac->setinfo_rice_historymult = *ptr++;
alac->setinfo_rice_initialhistory = *ptr++;
alac->setinfo_rice_kmodifier = *ptr++;
*ptr++; /* channels? */
ptr++; /* channels? */
bytestream_get_be16(&ptr); /* ??? */
bytestream_get_be32(&ptr); /* max coded frame size */
bytestream_get_be32(&ptr); /* bitrate ? */
/* samplerate */
alac->setinfo_8a_rate = bytestream_get_be32(&ptr);
bytestream_get_be32(&ptr); /* samplerate */
allocate_buffers(alac);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment