mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 05:50:43 +00: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];
|
||||
|
||||
/**
|
||||
* reserved bits only present in bitrate 1, 1/4 and 1/8 packets
|
||||
*/
|
||||
uint8_t reserved;
|
||||
} QCELPFrame;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user