From a4c123849beedfdeb6c758aa20ca55a969318847 Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Sat, 28 Feb 2004 19:30:04 +0000 Subject: [PATCH] * modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders. --- modules/gui/wxwindows/streamout.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/gui/wxwindows/streamout.cpp b/modules/gui/wxwindows/streamout.cpp index 5ef7f9e7eb..693c382a48 100644 --- a/modules/gui/wxwindows/streamout.cpp +++ b/modules/gui/wxwindows/streamout.cpp @@ -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 * @@ -696,6 +696,7 @@ wxPanel *SoutDialog::TranscodingPanel( wxWindow* parent ) { wxT("mpga"), wxT("mp3"), + wxT("mp4a"), wxT("a52"), wxT("vorb"), wxT("flac"), -- 2.39.2