Browse Source

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
tags/v0.5
Kenan Gillet Vitor Sessak 17 years ago
parent
commit
f28b3eb21c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libavcodec/qcelpdata.h

+ 4
- 0
libavcodec/qcelpdata.h View File

@@ -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