Commit a4c12384 authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders.

parent 7b8bb1f2
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* streamout.cpp : wxWindows plugin for vlc * streamout.cpp : wxWindows plugin for vlc
***************************************************************************** *****************************************************************************
* Copyright (C) 2000-2004 VideoLAN * 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> * Authors: Gildas Bazin <gbazin@netcourrier.com>
* *
...@@ -696,6 +696,7 @@ wxPanel *SoutDialog::TranscodingPanel( wxWindow* parent ) ...@@ -696,6 +696,7 @@ wxPanel *SoutDialog::TranscodingPanel( wxWindow* parent )
{ {
wxT("mpga"), wxT("mpga"),
wxT("mp3"), wxT("mp3"),
wxT("mp4a"),
wxT("a52"), wxT("a52"),
wxT("vorb"), wxT("vorb"),
wxT("flac"), wxT("flac"),
......
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