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
pull/126/head
Kenan Gillet 16 years ago committed by Vitor Sessak
parent c9c16cacb5
commit f28b3eb21c
  1. 4
      libavcodec/qcelpdata.h

@ -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…
Cancel
Save