1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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
This commit is contained in:
Kenan Gillet 2008-12-01 20:43:22 +00:00 committed by Vitor Sessak
parent c9c16cacb5
commit f28b3eb21c

View File

@ -58,6 +58,10 @@ typedef struct {
*/ */
uint8_t lspv[10]; uint8_t lspv[10];
/**
* reserved bits only present in bitrate 1, 1/4 and 1/8 packets
*/
uint8_t reserved;
} QCELPFrame; } QCELPFrame;
/** /**