This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6bd6a4b  Added m4a to list of audio files
6bd6a4b is described below

commit 6bd6a4b4d1413e677a58562b60ce23f80775d22e
Author: mseidel <[email protected]>
AuthorDate: Mon Mar 22 16:20:34 2021 +0100

    Added m4a to list of audio files
---
 main/avmedia/source/viewer/mediawindow.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/avmedia/source/viewer/mediawindow.cxx 
b/main/avmedia/source/viewer/mediawindow.cxx
index 3217c54..7bca124 100644
--- a/main/avmedia/source/viewer/mediawindow.cxx
+++ b/main/avmedia/source/viewer/mediawindow.cxx
@@ -370,7 +370,7 @@ void MediaWindow::getMediaFilters( FilterNameVector& 
rFilterNameVector )
                                         "Flash Video", "flv",
                                         "Matroska Media", "mkv",
                                         "MIDI Audio", "mid;midi",
-                                        "MPEG Audio", "mp2;mp3;mpa",
+                                        "MPEG Audio", "mp2;mp3;mpa;m4a",
                                         "MPEG Video", "mpg;mpeg;mpv;mp4",
                                         "Ogg bitstream", "ogg;oga;ogv",
                                         "Quicktime Video", "mov",
@@ -569,5 +569,5 @@ uno::Reference< graphic::XGraphic > MediaWindow::grabFrame( 
const ::rtl::OUStrin
     return xRet;
 }
 
-} // namespace avmdia
+} // namespace avmedia
 

Reply via email to