libobs/media-io: Remove 'volume' from audio_data (skip)

(Note: This commit breaks libobs compilation.  Skip if bisecting)

This variable is somewhat redundant.  Volume is already known/accessible
to front-ends.
This commit is contained in:
jp9000
2015-12-20 01:08:54 -08:00
parent adcbf9311b
commit 27438a5156
3 changed files with 0 additions and 8 deletions

View File

@@ -69,7 +69,6 @@ struct audio_data {
uint8_t *data[MAX_AV_PLANES];
uint32_t frames;
uint64_t timestamp;
float volume;
};
struct audio_output_data {