[vlc-commits] demux:mkv: better FIXME description

Steve Lhomme git at videolan.org
Thu Jan 25 12:54:25 CET 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Jan 25 11:20:42 2018 +0100| [07cb7ba6f6f209e5baca084c63a5cece43c1b34a] | committer: Steve Lhomme

demux:mkv: better FIXME description

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

 modules/demux/mkv/virtual_segment.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/mkv/virtual_segment.cpp b/modules/demux/mkv/virtual_segment.cpp
index 9c1a03d646..8b3d267d61 100644
--- a/modules/demux/mkv/virtual_segment.cpp
+++ b/modules/demux/mkv/virtual_segment.cpp
@@ -27,7 +27,7 @@
 
 #include "demux.hpp"
 
-/* FIXME move this */
+/* FIXME move this, it's demux_sys_t::FindSegment */
 matroska_segment_c * getSegmentbyUID( KaxSegmentUID * p_uid, std::vector<matroska_segment_c*> & segments )
 {
     for( size_t i = 0; i < segments.size(); i++ )



More information about the vlc-commits mailing list