[vlc-commits] demux: hls: remove unused fields

Francois Cartegnie git at videolan.org
Wed Dec 2 15:27:55 CET 2015


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Dec  2 15:09:45 2015 +0100| [0fc1eb65c28b7a5d2ec7b35ef48de12dc3ed8a95] | committer: Francois Cartegnie

demux: hls: remove unused fields

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0fc1eb65c28b7a5d2ec7b35ef48de12dc3ed8a95
---

 modules/demux/hls/playlist/Representation.hpp |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/modules/demux/hls/playlist/Representation.hpp b/modules/demux/hls/playlist/Representation.hpp
index 3de36ff..bda9b67 100644
--- a/modules/demux/hls/playlist/Representation.hpp
+++ b/modules/demux/hls/playlist/Representation.hpp
@@ -60,11 +60,6 @@ namespace hls
                 time_t nextUpdateTime;
                 time_t targetDuration;
                 Url playlistUrl;
-                Property<std::string> audio;
-                Property<std::string> video;
-                Property<std::string> subtitles;
-                Property<std::string> closedcaptions;
-
         };
     }
 }



More information about the vlc-commits mailing list