[FFmpeg-devel] [PATCH 1/2] ac3: Remove ff_ac3_critical_band_size_tab. (original) (raw)
Justin Ruggles justin.ruggles
Tue Jan 25 22:07:06 CET 2011
- Previous message: [FFmpeg-devel] [PATCH] Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
- Next message: [FFmpeg-devel] [PATCH 2/2] Add ff_ prefix to ac3_common_init().
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It is only used to generate band_start_tab, which about the same size, at runtime, so it's simpler just to always hardcode band_start_tab.
libavcodec/ac3.c | 17 ++++------------- 1 files changed, 4 insertions(+), 13 deletions(-)
-------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-ac3-Remove-ff_ac3_critical_band_size_tab.patch Type: text/x-patch Size: 1679 bytes Desc: not available URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110125/e772f3c4/attachment.bin>
- Previous message: [FFmpeg-devel] [PATCH] Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
- Next message: [FFmpeg-devel] [PATCH 2/2] Add ff_ prefix to ac3_common_init().
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]