Changeset cdad38197173431b485f22583ef0ceb692dca45c
- Timestamp:
- 06/25/08 20:39:16
(2 months ago)
- Author:
- Rémi Denis-Courmont <rdenis@simphalempin.com>
- git-committer:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1214419156 +0300
- git-parent:
[3c68fe377b6fc76292e5bcf847325432044aac54]
- git-author:
- Rémi Denis-Courmont <rdenis@simphalempin.com> 1214418108 +0300
- Message:
Remove out-of-date comments
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8b43c08 |
rcdad381 |
|
| 660 | 660 | * This is wrong, and this is TEH reason to emit signals on those Video Functions |
|---|
| 661 | 661 | **/ |
|---|
| 662 | | /* function called from ::DoRequest in order to show a nice VideoWidget |
|---|
| 663 | | at the good size */ |
|---|
| 664 | 662 | void *MainInterface::requestVideo( vout_thread_t *p_nvout, int *pi_x, |
|---|
| 665 | 663 | int *pi_y, unsigned int *pi_width, |
|---|
| … | … | |
| 701 | 699 | } |
|---|
| 702 | 700 | |
|---|
| 703 | | /* function called from ::DoRequest in order to show a nice VideoWidget |
|---|
| 704 | | at the good size */ |
|---|
| 705 | 701 | void MainInterface::requestNotEmbeddedVideo( vout_thread_t *p_nvout ) |
|---|
| 706 | 702 | { |
|---|