1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

Replace tabs by spaces.

This commit is contained in:
benjamin.drung@gmail.com
2014-06-05 22:04:22 +00:00
parent c8d6505c64
commit 149fcafc1c
4 changed files with 28 additions and 28 deletions

View File

@@ -9,7 +9,7 @@
******************************************************************/
#include "../Audacity.h" // needed before FFmpeg.h
#include "../Audacity.h" // needed before FFmpeg.h
#include <wx/wxprec.h>
// For compilers that support precompilation, includes "wx/wx.h".
@@ -23,7 +23,7 @@
#ifdef USE_FFMPEG
#ifdef EXPERIMENTAL_OD_FFMPEG
#include "../FFmpeg.h" // which brings in avcodec.h, avformat.h
#include "../FFmpeg.h" // which brings in avcodec.h, avformat.h
#include "../import/ImportFFmpeg.h"
@@ -660,5 +660,5 @@ void ODFFmpegDecoder::InsertCache(FFMpegDecodeCache* cache) {
}
}
#endif //EXPERIMENTAL_OD_FFMPEG
#endif //EXPERIMENTAL_OD_FFMPEG
#endif //USE_FFMPEG