Commit ea85d81f authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/streamout.cpp: disabled mp4 muxer.
* include/interface.h: updated comment.
parent c4545f5d
......@@ -4,7 +4,7 @@
* interface, such as message output.
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: interface.h,v 1.40 2003/02/07 00:29:53 sam Exp $
* $Id: interface.h,v 1.41 2003/06/22 15:43:54 gbazin Exp $
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
*
......@@ -72,7 +72,7 @@ VLC_EXPORT( void, intf_Destroy, ( intf_thread_t * ) );
msg_Info( p_intf, _("\nWarning: if you can't access the GUI " \
"anymore, open a dos command box, go to the " \
"directory where you installed VLC and run " \
"\"vlc -I win32\"\n") )
"\"vlc -I wxwin\"\n") )
#else
# define CONSOLE_INTRO_MSG
#endif
......@@ -2,7 +2,7 @@
* streamout.cpp : wxWindows plugin for vlc
*****************************************************************************
* Copyright (C) 2000-2001 VideoLAN
* $Id: streamout.cpp,v 1.16 2003/06/03 22:18:58 gbazin Exp $
* $Id: streamout.cpp,v 1.17 2003/06/22 15:43:54 gbazin Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
*
......@@ -74,9 +74,9 @@ enum
TS_ENCAPSULATION = 0,
PS_ENCAPSULATION,
AVI_ENCAPSULATION,
MP4_ENCAPSULATION,
OGG_ENCAPSULATION,
ENCAPS_NUM
ENCAPS_NUM,
MP4_ENCAPSULATION
};
/*****************************************************************************
......@@ -452,8 +452,8 @@ wxPanel *SoutDialog::EncapsulationPanel( wxWindow* parent )
wxT("MPEG TS"),
wxT("MPEG PS"),
wxT("AVI"),
wxT("MP4/MOV"),
wxT("Ogg")
wxT("Ogg"),
wxT("MP4/MOV")
};
/* Stuff everything into the main panel */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment