diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-25 13:33:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-25 13:33:08 +0100 |
| commit | 872557b0261c0daf2206a24e38f33b1c9871c8a3 (patch) | |
| tree | eb48213893311c0b5de4d05c8db8bd273e6ca993 /src/lib/ffmpeg_decoder.h | |
| parent | d9362bdd24f01e4c833e89d63ac3816f36eae36e (diff) | |
Call Resampler::flush() again.
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 e3aa484d1..11f83ed97 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -60,6 +60,8 @@ private: static double compute_pts_offset (double, double, float); + void flush (); + void setup_subtitle (); AVSampleFormat audio_sample_format () const; |
