Commit 0ff15546 authored by vitor's avatar vitor

Cosmetics: alignment

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9728 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4d4bf092
......@@ -124,7 +124,8 @@ static int alac_set_info(ALACContext *alac)
alac->setinfo_rice_historymult = *ptr++;
alac->setinfo_rice_initialhistory = *ptr++;
alac->setinfo_rice_kmodifier = *ptr++;
alac->setinfo_7f = *ptr++; // channels?
/* channels? */
alac->setinfo_7f = *ptr++;
alac->setinfo_80 = bytestream_get_be16(&ptr);
/* max coded frame size */
alac->setinfo_82 = bytestream_get_be32(&ptr);
......
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