diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-12 13:49:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-12 13:49:57 +0100 |
| commit | d19b7cbd3d1a428697bc9b26fdc0be36fafa444a (patch) | |
| tree | 599e541098b179841c0fc268c5539dd4a0f87499 /src/lib/sndfile_content.h | |
| parent | f0233eb1e3d6dfd9284d6c5e4865011550e2a0e3 (diff) | |
Add silence padding test.
Diffstat (limited to 'src/lib/sndfile_content.h')
| -rw-r--r-- | src/lib/sndfile_content.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/sndfile_content.h b/src/lib/sndfile_content.h index 876d66088..3d3f0c36c 100644 --- a/src/lib/sndfile_content.h +++ b/src/lib/sndfile_content.h @@ -17,6 +17,9 @@ */ +#ifndef DVDOMATIC_SNDFILE_CONTENT_H +#define DVDOMATIC_SNDFILE_CONTENT_H + extern "C" { #include <libavutil/audioconvert.h> } @@ -76,3 +79,5 @@ private: int _audio_frame_rate; AudioMapping _audio_mapping; }; + +#endif |
