[Multimedia.Support.Library][Non-ACR] Change the number of feed 55/178955/1
authorHaesu Gwon <haesu.gwon@samsung.com>
Tue, 15 May 2018 05:18:13 +0000 (14:18 +0900)
committerHaesu Gwon <haesu.gwon@samsung.com>
Tue, 15 May 2018 05:18:13 +0000 (14:18 +0900)
Change-Id: Ib191217412469c6a291092b86d73a097bb2267b1
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
tct-suite-vs/Tizen.Multimedia.Support.Library/MediaFileParser.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 4ff511c..cee092a
@@ -36,7 +36,7 @@ public abstract class PacketParser
 
     public delegate void PacketReadyDelegate(MediaPacket packet);
 
-    public const int NumberOfFeed = 20;
+    public const int NumberOfFeed = 5;
 
     protected PacketParser(string filePath)
     {