diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-03-08 13:05:42 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-03-08 13:05:42 +0000 |
commit | c637776abc2a051f9bfa5d10a638fdd46a86726f (patch) | |
tree | d52a2bf284c78f8dd874496f6310e666c0f60ea5 /src/video_out/video_out_aa.c | |
parent | 78b3607df02320870c07ec36f89fb90d783a35ec (diff) | |
download | xine-lib-c637776abc2a051f9bfa5d10a638fdd46a86726f.tar.gz xine-lib-c637776abc2a051f9bfa5d10a638fdd46a86726f.tar.bz2 |
Reenable AAlib output.
CVS patchset: 1544
CVS date: 2002/03/08 13:05:42
Diffstat (limited to 'src/video_out/video_out_aa.c')
-rw-r--r-- | src/video_out/video_out_aa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_aa.c b/src/video_out/video_out_aa.c index 35094d4f7..06b979d9e 100644 --- a/src/video_out/video_out_aa.c +++ b/src/video_out/video_out_aa.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_aa.c,v 1.16 2002/03/07 13:26:15 jcdutton Exp $ + * $Id: video_out_aa.c,v 1.17 2002/03/08 13:05:42 f1rmb Exp $ * * video_out_aa.c, ascii-art output plugin for xine * @@ -292,7 +292,7 @@ vo_driver_t *init_video_out_plugin (config_values_t *config, void *visual_gen) { } static vo_info_t vo_info_aa = { - 3, + 4, "aa", "xine video output plugin using the ascii-art library", VISUAL_TYPE_AA, |