Commit 72487e07 authored by vitor's avatar vitor

More OKed parts of the QCELP decoder

patch by Kenan Gillet, kenan.gillet gmail com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15973 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 70ba8cdc
......@@ -58,6 +58,10 @@ typedef struct {
*/
uint8_t lspv[10];
/**
* reserved bits only present in bitrate 1, 1/4 and 1/8 packets
*/
uint8_t reserved;
} QCELPFrame;
/**
......
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