| 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/player_wtl/player_wtl.rc b/media/tools/player_wtl/playe
r_wtl.rc | 7 diff --git a/media/tools/player_wtl/player_wtl.rc b/media/tools/player_wtl/playe
r_wtl.rc |
| 8 new file mode 100644 | 8 new file mode 100644 |
| 9 index 0000000..68b892a | 9 index 0000000..68b892a |
| 10 --- /dev/null | 10 --- /dev/null |
| (...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 547 +BEGIN | 547 +BEGIN |
| 548 + ID_OPTIONS_DRAW "Enable/Disable Draws" | 548 + ID_OPTIONS_DRAW "Enable/Disable Draws" |
| 549 + ID_OPTIONS_AUDIO "Enable/Disable Audio" | 549 + ID_OPTIONS_AUDIO "Enable/Disable Audio" |
| 550 + ID_OPTIONS_DUMPYUVFILE "Dump YUV frames to a file" | 550 + ID_OPTIONS_DUMPYUVFILE "Dump YUV frames to a file" |
| 551 +END | 551 +END |
| 552 + | 552 + |
| 553 +#endif // English (U.S.) resources | 553 +#endif // English (U.S.) resources |
| 554 +///////////////////////////////////////////////////////////////////////////// | 554 +///////////////////////////////////////////////////////////////////////////// |
| 555 + | 555 + |
| 556 + | 556 + |
| OLD | NEW |