| OLD | NEW |
| 1 commit 18c7993ed0f767d3239930845f964bcaf44af24d | 1 commit 18c7993ed0f767d3239930845f964bcaf44af24d |
| 2 Author: Andrew Scherkus <scherkus@chromium.org> | 2 Author: Andrew Scherkus <scherkus@chromium.org> |
| 3 Date: Tue Nov 24 18:05:20 2009 -0800 | 3 Date: Tue Nov 24 18:05:20 2009 -0800 |
| 4 | 4 |
| 5 Re-organizing all tools under /src/media to be consistent with the rest of t
he repository. | 5 Re-organizing all tools under /src/media to be consistent with the rest of t
he repository. |
| 6 | 6 |
| 7 diff --git a/media/tools/qt_faststart/qt_faststart.c b/media/tools/qt_faststart/
qt_faststart.c | 7 diff --git a/media/tools/qt_faststart/qt_faststart.c b/media/tools/qt_faststart/
qt_faststart.c |
| 8 new file mode 100644 | 8 new file mode 100644 |
| 9 index 0000000..07b5aa3 | 9 index 0000000..07b5aa3 |
| 10 --- /dev/null | 10 --- /dev/null |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 + if (infile) | 330 + if (infile) |
| 331 + fclose(infile); | 331 + fclose(infile); |
| 332 + if (outfile) | 332 + if (outfile) |
| 333 + fclose(outfile); | 333 + fclose(outfile); |
| 334 + if (moov_atom) | 334 + if (moov_atom) |
| 335 + free(moov_atom); | 335 + free(moov_atom); |
| 336 + if (ftyp_atom) | 336 + if (ftyp_atom) |
| 337 + free(ftyp_atom); | 337 + free(ftyp_atom); |
| 338 + return return_code; | 338 + return return_code; |
| 339 +} | 339 +} |
| OLD | NEW |