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_yuv4mpeg2.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_yuv4mpeg2.c')
-rw-r--r-- | src/demuxers/demux_yuv4mpeg2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/demux_yuv4mpeg2.c b/src/demuxers/demux_yuv4mpeg2.c index 33e7f8a56..0375de88c 100644 --- a/src/demuxers/demux_yuv4mpeg2.c +++ b/src/demuxers/demux_yuv4mpeg2.c @@ -478,6 +478,6 @@ static const demuxer_info_t demux_info_yuv4mpeg2 = { const plugin_info_t xine_plugin_info[] EXPORTED = { /* type, API, "name", version, special_info, init_function */ - { PLUGIN_DEMUX, 26, "yuv4mpeg2", XINE_VERSION_CODE, &demux_info_yuv4mpeg2, init_plugin }, + { PLUGIN_DEMUX, 27, "yuv4mpeg2", XINE_VERSION_CODE, &demux_info_yuv4mpeg2, init_plugin }, { PLUGIN_NONE, 0, "", 0, NULL, NULL } }; |