changes to waveform clipping display
[ardour.git] / gtk2_ardour / transcode_ffmpeg.h
index 932bfe051bee8d8ee91f4eba69da93243e39f11d..d1f445bf487ff109cc04f0318871c27d34d8e61d 100644 (file)
 #include "system_exec.h"
 
 /* TODO: use a namespace here ? */
-struct AudioStream {
+struct FFAudioStream {
        std::string name;
        std::string stream_id;
        uint32_t channels;
 };
-typedef std::vector<AudioStream> AudioStreams;
+typedef std::vector<FFAudioStream> AudioStreams;
 typedef std::map<std::string,std::string> FFSettings;
 
 /** @class TranscodeFfmpeg