mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-28 10:02:52 +08:00
Merge remote-tracking branch 'qatar/master'
* qatar/master: fix hardcoded tables compililation caused by missing math constants lavf: Make codec_tag arrays constant twinvq: give massive struct a name. lavf, lavu: version bumps and APIchanges for av_gettime() move lavfi/audio: don't set cur_buf in ff_filter_samples(). lavfi/fifo: add audio version of the fifo filter. fifo: fix parenthesis placement. lavfi: rename vf_fifo.c -> fifo.c lavc: remove stats_in from AVCodecContext options table. Conflicts: doc/APIchanges libavfilter/Makefile libavfilter/allfilters.c libavfilter/audio.c libavfilter/fifo.c libavformat/version.h libavutil/avutil.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -135,7 +135,7 @@ static const uint16_t bark_tab_s44_128[] = {
|
||||
*
|
||||
* without risking a segfault on malformed files.
|
||||
*/
|
||||
static const struct {
|
||||
static const struct twinvq_data {
|
||||
float lsp08[504];
|
||||
int16_t fcb08l[640];
|
||||
int16_t fcb08m[320];
|
||||
|
||||
Reference in New Issue
Block a user