[longomatch] Fix audio codec value in the description label



commit e3d76c35b51dacee6481fc87e0371058014e1fd9
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Nov 18 18:50:55 2014 +0100

    Fix audio codec value in the description label

 LongoMatch.GUI/Gui/Component/VideoFileInfo.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/VideoFileInfo.cs b/LongoMatch.GUI/Gui/Component/VideoFileInfo.cs
index 692394f..0abc958 100644
--- a/LongoMatch.GUI/Gui/Component/VideoFileInfo.cs
+++ b/LongoMatch.GUI/Gui/Component/VideoFileInfo.cs
@@ -87,7 +87,7 @@ namespace LongoMatch.Gui.Component
                        videolabel.Text = String.Format ("{0}: {1}", Catalog.GetString ("Video codec"),
                                                         mediaFile.VideoCodec);
                        audiolabel.Text = String.Format ("{0}: {1}", Catalog.GetString ("Audio codec"),
-                                                        mediaFile.VideoCodec);
+                                                        mediaFile.AudioCodec);
                        containerlabel.Text = String.Format ("{0}: {1}", Catalog.GetString ("Container"),
                                                             mediaFile.Container);
                }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]