fix video textures

This commit is contained in:
David Rose 2007-02-16 21:17:21 +00:00
parent e43f4f5c64
commit e1bee7aff7
2 changed files with 2 additions and 2 deletions

View File

@ -307,7 +307,7 @@ update_frame(int frame) {
bool FFMpegTexture::
do_read_one(const Filename &fullpath, const Filename &alpha_fullpath,
int z, int n, int primary_file_num_channels, int alpha_file_channel,
BamCacheRecord *record) {
bool header_only, BamCacheRecord *record) {
if (record != (BamCacheRecord *)NULL) {
record->add_dependent_file(fullpath);
}

View File

@ -51,7 +51,7 @@ protected:
virtual void update_frame(int frame);
virtual bool do_read_one(const Filename &fullpath, const Filename &alpha_fullpath,
int z, int n, int primary_file_num_channels, int alpha_file_channel,
BamCacheRecord *record);
bool header_only, BamCacheRecord *record);
virtual bool do_load_one(const PNMImage &pnmimage, const string &name,
int z, int n);