From 7c4787e0dcef994999185faf594faf748d5f2ad8 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Fri, 30 Mar 2012 13:27:20 -0400 Subject: COMMON: Read in QuickTime extra data for SVQ3 --- common/quicktime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/quicktime.h') diff --git a/common/quicktime.h b/common/quicktime.h index efd2adbd21..12d79beb7b 100644 --- a/common/quicktime.h +++ b/common/quicktime.h @@ -205,6 +205,7 @@ protected: int readCMOV(Atom atom); int readWAVE(Atom atom); int readESDS(Atom atom); + int readSMI(Atom atom); }; } // End of namespace Common -- cgit v1.2.3