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_aa.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_aa.c')
-rw-r--r-- | src/video_out/video_out_aa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_aa.c b/src/video_out/video_out_aa.c index d2b488f5b..bcbe2477e 100644 --- a/src/video_out/video_out_aa.c +++ b/src/video_out/video_out_aa.c @@ -311,6 +311,6 @@ static const vo_info_t vo_info_aa = { const plugin_info_t xine_plugin_info[] EXPORTED = { /* type, API, "name", version, special_info, init_function */ - { PLUGIN_VIDEO_OUT, 21, "aa", XINE_VERSION_CODE, &vo_info_aa, init_class }, + { PLUGIN_VIDEO_OUT, 22, "aa", XINE_VERSION_CODE, &vo_info_aa, init_class }, { PLUGIN_NONE, 0, "", 0, NULL, NULL } }; |