[vlc-devel] [PATCH 0/2] re-submit after review.

Rajneesh Soni soni.rajneesh at gmail.com
Tue Sep 19 16:32:21 CEST 2017


first of all sorry, if i am not following the right process in submitting the commit after review.
fixed the code as per review commit.

for 2 of the review comment - 
1. include of "vlc_stream_extractor.h" is required for "vlc_stream_NewMRL". so its not random.
2. Seek is working fine it is tested. Demux does a stream_seek in DemuxTrack before reading the sample it take care of correct stream postion.




Rajneesh Soni (2):
  added support for "quicktime reference" file.
  - leak is fixed.     - Seek is working fine, demuxer seek to stream
    position during seek. tested with dref and without dref its working
    fine.     - remove the unused code.     - added check for empty
    dref.

 modules/demux/mp4/mp4.c | 59 +++++++++++++++++++++++++++++++++++--------------
 modules/demux/mp4/mp4.h |  4 ++++
 2 files changed, 47 insertions(+), 16 deletions(-)

-- 
2.7.4



More information about the vlc-devel mailing list