changes to waveform clipping display
[ardour.git] / gtk2_ardour / transcode_ffmpeg.h
index b809719f010616d1150f78ccd08ed273e02ff532..d1f445bf487ff109cc04f0318871c27d34d8e61d 100644 (file)
@@ -17,8 +17,6 @@
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 */
-#ifdef WITH_VIDEOTIMELINE
-
 #ifndef __ardour_transcode_ffmpeg_h__
 #define __ardour_transcode_ffmpeg_h__
 
 #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
@@ -164,4 +162,3 @@ class TranscodeFfmpeg : public sigc::trackable
 };
 
 #endif /* __ardour_transcode_ffmpeg_h__ */
-#endif /* WITH_VIDEOTIMELINE */