From 57515f334bcc1f66f95e342bfcaa13bf9ca802ad Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Fri, 23 Oct 2009 09:55:10 -0700 Subject: Moving the individual extractor headers files to the private include directory. --- cmds/stagefright/record.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmds') diff --git a/cmds/stagefright/record.cpp b/cmds/stagefright/record.cpp index 323d448..176dab0 100644 --- a/cmds/stagefright/record.cpp +++ b/cmds/stagefright/record.cpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include #include @@ -88,8 +88,8 @@ private: sp createSource(const char *filename) { sp source; - sp extractor = - new MPEG4Extractor(new MmapSource(filename)); + sp extractor = + MediaExtractor::Create(new MmapSource(filename)); size_t num_tracks = extractor->countTracks(); -- cgit v1.1