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:
parent
c9c16cacb5
commit
f28b3eb21c
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user