diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-22 14:35:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-22 14:35:00 +0100 |
| commit | 71b7808830e17423453502ed5112b70bf90fff1b (patch) | |
| tree | 0523f5017e391a1d93df8a5a657d1e09c7998b4e /src/lib/ffmpeg_decoder.h | |
| parent | a747cef99d7e45d1971b9811c7cf23b4cc91a1b4 (diff) | |
Do audio/video pts sync in a hopefully much more sensible way.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
| -rw-r--r-- | src/lib/ffmpeg_decoder.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index dc10635a5..ac4cd6fcf 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -65,8 +65,6 @@ public: AVSampleFormat audio_sample_format () const; int64_t audio_channel_layout () const; bool has_subtitles () const; - int bytes_per_audio_sample () const; - int audio_to_discard () const; std::vector<AudioStream> audio_streams () const; std::vector<SubtitleStream> subtitle_streams () const; |
