diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/ffmpeg_examiner.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/ffmpeg_examiner.cc b/src/lib/ffmpeg_examiner.cc index 1aeda6a2f..5353ddd2b 100644 --- a/src/lib/ffmpeg_examiner.cc +++ b/src/lib/ffmpeg_examiner.cc @@ -159,9 +159,7 @@ FFmpegExaminer::FFmpegExaminer (shared_ptr<const FFmpegContent> c, shared_ptr<Jo } if (audio_stream_index) { - if (audio_packet(context, _audio_streams[*audio_stream_index], packet)) { - carry_on_audio[*audio_stream_index] = true; - } + carry_on_audio[*audio_stream_index] = audio_packet(context, _audio_streams[*audio_stream_index], packet); } av_packet_free (&packet); |
