vorbis bld msgs, ffmpeg one frame/frame flush bug, ffmpeg audio history fixes
[goodguy/history.git] / cinelerra-5.0 / cinelerra / filevorbis.C
index 83df5e7270e4569292ea4749e10c5ed347f2ecfe..4740fe878dbb28266db8586f4509649cc6287ed4 100644 (file)
 #include <string.h>
 #include <unistd.h>
 
+//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)
 {