]> git.sesse.net Git - vlc/commitdiff
* modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders.
authorGildas Bazin <gbazin@videolan.org>
Sat, 28 Feb 2004 19:30:04 +0000 (19:30 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sat, 28 Feb 2004 19:30:04 +0000 (19:30 +0000)
modules/gui/wxwindows/streamout.cpp

index 5ef7f9e7eb188e3a9841fcb9bc03a0d634ed8e57..693c382a4876b72a8d375d3629418bf5acb46dd4 100644 (file)
@@ -2,7 +2,7 @@
  * streamout.cpp : wxWindows plugin for vlc
  *****************************************************************************
  * Copyright (C) 2000-2004 VideoLAN
- * $Id: streamout.cpp,v 1.42 2004/01/25 03:29:01 hartman Exp $
+ * $Id: streamout.cpp,v 1.43 2004/02/28 19:30:04 gbazin Exp $
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *
@@ -696,6 +696,7 @@ wxPanel *SoutDialog::TranscodingPanel( wxWindow* parent )
     {
         wxT("mpga"),
         wxT("mp3"),
+        wxT("mp4a"),
         wxT("a52"),
         wxT("vorb"),
         wxT("flac"),