]> git.sesse.net Git - ffmpeg/commit
opus: move the entropy decoding functions to opus_rc.c
authorRostislav Pehlivanov <atomnuker@gmail.com>
Mon, 7 Nov 2016 22:33:11 +0000 (22:33 +0000)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Tue, 8 Nov 2016 14:18:59 +0000 (14:18 +0000)
commit317be31eaf4f07b3bbeb703e8ee73d04b08a587c
tree9a07a44dde6a86a34bb8d6f7675b8eeaabd15f56
parent0660a09dd1d12e17216d44ec42584690d812b7f3
opus: move the entropy decoding functions to opus_rc.c

The intention is to have both encoding and decoding functions
in opus_rc.c.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
libavcodec/Makefile
libavcodec/opus.h
libavcodec/opus_celt.c
libavcodec/opus_rc.c [new file with mode: 0644]
libavcodec/opus_rc.h [new file with mode: 0644]
libavcodec/opus_silk.c
libavcodec/opusdec.c