am 8a42f881: Merge "Make sure sine: is supported again in stagefright commandline tool." into gingerbread
Merge commit '8a42f8817de0fc178059bfb1288732d2de65259d' into gingerbread-plus-aosp * commit '8a42f8817de0fc178059bfb1288732d2de65259d': Make sure sine: is supported again in stagefright commandline tool.
This commit is contained in:
@@ -483,7 +483,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
sp<DataSource> dataSource = DataSource::CreateFromURI(filename);
|
||||
|
||||
if (dataSource == NULL) {
|
||||
if (strncasecmp(filename, "sine:", 5) && dataSource == NULL) {
|
||||
fprintf(stderr, "Unable to create data source.\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user