Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 235073a5 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am 8a42f881: Merge "Make sure sine: is supported again in stagefright...

am 8a42f881: Merge "Make sure sine: is supported again in stagefright commandline tool." into gingerbread

Merge commit '8a42f881' into gingerbread-plus-aosp

* commit '8a42f881':
  Make sure sine: is supported again in stagefright commandline tool.
parents 06967683 8a42f881
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
        }