diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-12-13 14:51:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | 22b13599407e45d85d1c83e0805aa14965b0ab19 (patch) | |
| tree | 38aa5015affeca6ad390a7951c8ebf24d64f4d05 /src/lib/ffmpeg_decoder.cc | |
| parent | a78b741c43830c84bcb4d18e3147746f13a668e5 (diff) | |
Post-merge tidy-up.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
| -rw-r--r-- | src/lib/ffmpeg_decoder.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index 57fe55892..32903a20e 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -405,8 +405,6 @@ FFmpegDecoder::decode_audio_packet () LOG_WARNING ("Crazy timestamp %1", to_string (ct)); } - audio->set_position (*stream, ct); - /* Give this data provided there is some, and its time is sane */ if (ct >= ContentTime() && data->frames() > 0) { audio->emit (*stream, data, ct); |
