Remove commented-out DEBUG_STORE_DATA calls. r=keon
Also remove the SILK_DEBUG_STORE_CLOSE_FILES flush call from opus_demo. This is debugging code which is no longer used, but defining the symbols for SILK_DEBUG_STORE_CLOSE_FILES and calling it from opus_demo causes linking problems on Microsoft Visual Studio where we have strict controls on public symbols and want to test the compiled DLL. Since the code isn't in active use, it's better to remove it to avoid clutter and address the linking issue.
Showing
- silk/NSQ.c 0 additions, 1 deletionsilk/NSQ.c
- silk/NSQ_del_dec.c 0 additions, 1 deletionsilk/NSQ_del_dec.c
- silk/decode_core.c 0 additions, 2 deletionssilk/decode_core.c
- silk/x86/NSQ_del_dec_sse.c 0 additions, 1 deletionsilk/x86/NSQ_del_dec_sse.c
- silk/x86/NSQ_sse.c 0 additions, 1 deletionsilk/x86/NSQ_sse.c
- src/opus_demo.c 0 additions, 2 deletionssrc/opus_demo.c
Loading
Please register or sign in to comment