Ticket #47837: patch-deactivate-QT-userdata.diff

File patch-deactivate-QT-userdata.diff, 621 bytes (added by RJVB (René Bertin), 9 years ago)
  • src/quicktimevideo.cpp

     
    886886    void QuickTimeVideo::userDataDecoder(unsigned long size_external)
    887887    {
    888888        uint64_t cur_pos = io_->tell();
     889#if 0
    889890        const TagVocabulary* td;
    890891        const TagVocabulary* tv, *tv_internal;
    891892
     
    949950            else if(td)
    950951                tagDecoder(buf,size-8);
    951952        }
     953#endif
    952954
    953955        io_->seek(cur_pos + size_external, BasicIo::beg);
    954956    } // QuickTimeVideo::userDataDecoder