diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 18:15:14 +0100 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 18:15:14 +0100 |
| commit | 158ced5414ebb912f1d5111d2303097c7206f656 (patch) | |
| tree | f1c10361f69d02e3aad67e5b0762623dab5cdb40 /src/video_out/video_out_syncfb.c | |
| parent | 0c1d668e424582f9d748ca3dae96c845aca4c65b (diff) | |
| download | xine-lib-158ced5414ebb912f1d5111d2303097c7206f656.tar.gz xine-lib-158ced5414ebb912f1d5111d2303097c7206f656.tar.bz2 | |
Bump the interface version for video output plugins.
Diffstat (limited to 'src/video_out/video_out_syncfb.c')
| -rw-r--r-- | src/video_out/video_out_syncfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_syncfb.c b/src/video_out/video_out_syncfb.c index 20b515137..013695c46 100644 --- a/src/video_out/video_out_syncfb.c +++ b/src/video_out/video_out_syncfb.c @@ -1102,7 +1102,7 @@ static const vo_info_t vo_info_syncfb = { const plugin_info_t xine_plugin_info[] EXPORTED = { /* type, API, "name", version, special_info, init_function */ - { PLUGIN_VIDEO_OUT, 21, "SyncFB", XINE_VERSION_CODE, &vo_info_syncfb, init_class }, + { PLUGIN_VIDEO_OUT, 22, "SyncFB", XINE_VERSION_CODE, &vo_info_syncfb, init_class }, { PLUGIN_NONE, 0, "", 0, NULL, NULL } }; |
