[FFmpeg-devel] [PATCH 1/2] opus: move all tables to a separate file
Michael Niedermayer
michael at niedermayer.cc
Tue Nov 8 02:18:28 EET 2016
On Mon, Nov 07, 2016 at 10:39:57PM +0000, Rostislav Pehlivanov wrote:
> Signed-off-by: Rostislav Pehlivanov <atomnuker at gmail.com>
> ---
> libavcodec/Makefile | 2 +-
> libavcodec/opus_celt.c | 518 +++-------------------
> libavcodec/opus_silk.c | 849 +++---------------------------------
> libavcodec/opustab.c | 1137 ++++++++++++++++++++++++++++++++++++++++++++++++
> libavcodec/opustab.h | 156 +++++++
> 5 files changed, 1422 insertions(+), 1240 deletions(-)
> create mode 100644 libavcodec/opustab.c
> create mode 100644 libavcodec/opustab.h
is there any effect on speed ?
if theres no slowdown then this patchset should be ok
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
If you think the mosad wants you dead since a long time then you are either
wrong or dead since a long time.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20161108/06fe306a/attachment.sig>
More information about the ffmpeg-devel
mailing list