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
886 886 void QuickTimeVideo::userDataDecoder(unsigned long size_external) 887 887 { 888 888 uint64_t cur_pos = io_->tell(); 889 #if 0 889 890 const TagVocabulary* td; 890 891 const TagVocabulary* tv, *tv_internal; 891 892 … … 949 950 else if(td) 950 951 tagDecoder(buf,size-8); 951 952 } 953 #endif 952 954 953 955 io_->seek(cur_pos + size_external, BasicIo::beg); 954 956 } // QuickTimeVideo::userDataDecoder