Changeset e63c4f097e5868ba8d54c067d9cea59c850532b7
- Timestamp:
- 09/03/07 11:28:55
(2 years ago)
- Author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- git-committer:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1173436135 +0000
- git-parent:
[5b032a3a74317a04fb1155984d37a25475ebe364]
- git-author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1173436135 +0000
- Message:
modules/misc/svg: include vlc_charset, and define svg_GetTemplate prototype
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rea82a40 |
re63c4f0 |
|
| 29 | 29 | |
|---|
| 30 | 30 | #include <vlc/vlc.h> |
|---|
| | 31 | #include <vlc_charset.h> |
|---|
| 31 | 32 | #include <vlc_vout.h> |
|---|
| 32 | 33 | #include <vlc_osd.h> |
|---|
| … | … | |
| 58 | 59 | static int RenderText( filter_t *p_filter, subpicture_region_t *p_region_out, |
|---|
| 59 | 60 | subpicture_region_t *p_region_in ); |
|---|
| 60 | | |
|---|
| | 61 | static char *svg_GetTemplate( vlc_object_t *p_this ); |
|---|
| 61 | 62 | |
|---|
| 62 | 63 | /***************************************************************************** |
|---|