Commit f28b3eb2 authored by Kenan Gillet's avatar Kenan Gillet Committed by Vitor Sessak

More OKed parts of the QCELP decoder

patch by Kenan Gillet, kenan.gillet gmail com

Originally committed as revision 15973 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c9c16cac
......@@ -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