diff options
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
| -rw-r--r-- | src/lib/ffmpeg_decoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index 9b57b5589..739502d50 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -78,6 +78,8 @@ private: void setup_audio (); void setup_subtitle (); + void maybe_add_subtitle (); + AVFormatContext* _format_context; int _video_stream; int _audio_stream; ///< may be < 0 if there is no audio |
