diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-17 01:07:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-17 01:07:14 +0100 |
| commit | 40246384a15369438f6da66c88dea175307ee038 (patch) | |
| tree | eeef2b23448fe467e857d4fb6137d901b1918b1f /src/lib | |
| parent | 12e20e180062dbc338e775bd1f5ec7a2af91df7f (diff) | |
A couple of class/struct confusions.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/ffmpeg_examiner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_examiner.h b/src/lib/ffmpeg_examiner.h index 96720b280..6fd3220d4 100644 --- a/src/lib/ffmpeg_examiner.h +++ b/src/lib/ffmpeg_examiner.h @@ -21,7 +21,7 @@ #include "video_examiner.h" #include <boost/optional.hpp> -class AVStream; +struct AVStream; class FFmpegAudioStream; class FFmpegSubtitleStream; |
