Menu

#100 MaskChannels audio property

open
nobody
None
5
2008-11-03
2008-11-03
Tebasuna
No

In order to write correct WAVE_FORMAT_EXTENSIBLE headers we need a new property asociated to each audioclip to describe the present channels.

We need at least a new function:

AssumeMaskChannels(clip, int value)

and a new variable, in VideoInfo struct, to be filled by audio decoders based in stream info:

struct VideoInfo {
...
int nchannels;
+ int maskchannels;

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.