diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-22 23:26:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-22 23:26:32 +0100 |
| commit | 2d8f0f782ccabfa49a14f5fd82c8a5dea521e3cd (patch) | |
| tree | 7b336f979bd78c0b8105a16ca7a34f18ed8aa402 /src/lib/ffmpeg_content.h | |
| parent | c39979ef676b49e97129c5f29c2e2c700fdc1d3a (diff) | |
Fix some warnings.
Diffstat (limited to 'src/lib/ffmpeg_content.h')
| -rw-r--r-- | src/lib/ffmpeg_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index 13c33201e..da8152c0d 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -33,7 +33,7 @@ struct AVStream; class Filter; class FFmpegSubtitleStream; class FFmpegAudioStream; -class ffmpeg_pts_offset_test; +struct ffmpeg_pts_offset_test; class FFmpegContentProperty : public VideoContentProperty { |
