Changeset 553620b6f0dd393c54abe9331b3b238d61c4c63e
- Timestamp:
- 11/28/07 21:28:55
(9 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1196281735 +0000
- git-parent:
[3f54866f535edd4b757b77342acb3f69fc6d1b75]
- git-author:
- Rafaël Carré <funman@videolan.org> 1196281735 +0000
- Message:
Avoid C++ comments be compatible with C ANSI
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r919139c |
r553620b |
|
| 408 | 408 | VLC_PUBLIC_API void libvlc_media_instance_set_drawable ( libvlc_media_instance_t *, libvlc_drawable_t, libvlc_exception_t * ); |
|---|
| 409 | 409 | |
|---|
| 410 | | /// \bug This might go away ... to be replaced by a broader system |
|---|
| | 410 | /** \bug This might go away ... to be replaced by a broader system */ |
|---|
| 411 | 411 | VLC_PUBLIC_API vlc_int64_t libvlc_media_instance_get_length ( libvlc_media_instance_t *, libvlc_exception_t *); |
|---|
| 412 | 412 | VLC_PUBLIC_API vlc_int64_t libvlc_media_instance_get_time ( libvlc_media_instance_t *, libvlc_exception_t *); |
|---|