X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Ffilevorbis.C;h=c1b2c8266cb27857d245075c886c143bf4b69794;hb=6c0c8bd0e577001d1cc18c6c27d58e62f58a6bff;hp=83df5e7270e4569292ea4749e10c5ed347f2ecfe;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/filevorbis.C b/cinelerra-5.0/cinelerra/filevorbis.C index 83df5e72..c1b2c826 100644 --- a/cinelerra-5.0/cinelerra/filevorbis.C +++ b/cinelerra-5.0/cinelerra/filevorbis.C @@ -35,6 +35,12 @@ #include #include +//suppress noref warning +void *vorbis1_ov_callbacks[] = { + &OV_CALLBACKS_DEFAULT, &OV_CALLBACKS_NOCLOSE, + &OV_CALLBACKS_STREAMONLY, &OV_CALLBACKS_STREAMONLY_NOCLOSE, +}; + FileVorbis::FileVorbis(Asset *asset, File *file) : FileBase(asset, file) { @@ -351,7 +357,7 @@ int FileVorbis::read_samples(double *buffer, int64_t len) VorbisConfigAudio::VorbisConfigAudio(BC_WindowBase *parent_window, Asset *asset) - : BC_Window(PROGRAM_NAME ": Audio Compression", + : BC_Window(_(PROGRAM_NAME ": Audio Compression"), parent_window->get_abs_cursor_x(1), parent_window->get_abs_cursor_y(1), 350,