diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-09-20 12:51:58 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-09-20 12:51:58 +0000 |
commit | 44a2823e79fcf9b1002f7bf537fc9c7a9b7913b3 (patch) | |
tree | 2eeccd8ee9a3860b6fc2388a4ed0d621c04ebbbc | |
parent | 8e6cc23600542c8f64affb71394b5dace7dabc0e (diff) | |
download | xine-lib-44a2823e79fcf9b1002f7bf537fc9c7a9b7913b3.tar.gz xine-lib-44a2823e79fcf9b1002f7bf537fc9c7a9b7913b3.tar.bz2 |
update API version number
CVS patchset: 2717
CVS date: 2002/09/20 12:51:58
-rw-r--r-- | src/dxr3/video_out_dxr3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/video_out_dxr3.c b/src/dxr3/video_out_dxr3.c index 0020e4223..693963e2c 100644 --- a/src/dxr3/video_out_dxr3.c +++ b/src/dxr3/video_out_dxr3.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_dxr3.c,v 1.54 2002/09/05 20:44:39 mroi Exp $ + * $Id: video_out_dxr3.c,v 1.55 2002/09/20 12:51:58 mroi Exp $ */ /* mpeg1 encoding video out plugin for the dxr3. @@ -76,7 +76,7 @@ static vo_info_t vo_info_dxr3 = { plugin_info_t xine_plugin_info[] = { /* type, API, "name", version, special_info, init_function */ - { PLUGIN_VIDEO_OUT, 6, "dxr3", XINE_VERSION_CODE, &vo_info_dxr3, &dxr3_vo_init_plugin }, + { PLUGIN_VIDEO_OUT, 9, "dxr3", XINE_VERSION_CODE, &vo_info_dxr3, &dxr3_vo_init_plugin }, { PLUGIN_NONE, 0, "", 0, NULL, NULL } }; |