search for: oggz_content_pcm

Displaying 1 result from an estimated 1 matches for "oggz_content_pcm".

2010 Nov 03
1
Subject: [PATCH] fix comments header for PCM content
Hi! I found what liboggz can't read comments for logical bitstreams with OggPCM content, because of in oggz_auto_read_comments () function from oggz_auto.c case entry for OGGZ_CONTENT_PCM is missing. Steps to represent: 1. Generate simple ogg file with content of type OGGZ_CONTENT_PCM and some comments in comments (second) header. 2. Try to read comments via oggz-comments tool. Attachments: 1. Simple ogg file with content of type OggPCM. 2. Couple of C code what generate 1. 3...