[vlc-devel] [PATCH v4 0/2] demux: wav: support parsing INFO chunk
    Zhao, Gang 
    gang.zhao.42 at gmail.com
       
    Sat Sep 26 10:20:49 CEST 2020
    
    
  
Tested this patch with the four wav files in ticket 6587. It can get and save
meta data from INFO chunk.
v4:
Remove unnecessary for loop in function wav_info_chunk_id_to_key.
Separate assignment and check of return value in function ChunkParseINFO.
v3:
Split the patch to two for better readability
v2:
Fixed a typo in commit log
Zhao, Gang (2):
  demux: wav: refactor function ChunkGetNext
  demux: wav: support parsing INFO chunk
 modules/demux/wav.c | 214 ++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 205 insertions(+), 9 deletions(-)
-- 
2.25.1
    
    
More information about the vlc-devel
mailing list