diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 18:16:49 +0100 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 18:16:49 +0100 |
| commit | 265e36a8ddde1fa296ea39c67928aa1b7a11f7e5 (patch) | |
| tree | 1e9bbff7946480aeae50c6925609709f19bbddf7 /src/demuxers/demux_avi.c | |
| parent | 158ced5414ebb912f1d5111d2303097c7206f656 (diff) | |
| download | xine-lib-265e36a8ddde1fa296ea39c67928aa1b7a11f7e5.tar.gz xine-lib-265e36a8ddde1fa296ea39c67928aa1b7a11f7e5.tar.bz2 | |
Bump the interface version for demuxer plugins.
Diffstat (limited to 'src/demuxers/demux_avi.c')
| -rw-r--r-- | src/demuxers/demux_avi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/demux_avi.c b/src/demuxers/demux_avi.c index 51fb488e4..62a9b67f3 100644 --- a/src/demuxers/demux_avi.c +++ b/src/demuxers/demux_avi.c @@ -2343,6 +2343,6 @@ static const demuxer_info_t demux_info_avi = { const plugin_info_t xine_plugin_info[] EXPORTED = { /* type, API, "name", version, special_info, init_function */ - { PLUGIN_DEMUX, 26, "avi", XINE_VERSION_CODE, &demux_info_avi, init_class }, + { PLUGIN_DEMUX, 27, "avi", XINE_VERSION_CODE, &demux_info_avi, init_class }, { PLUGIN_NONE, 0, "", 0, NULL, NULL } }; |
