All audio content should resample if the output frame rate and content
authorCarl Hetherington <cth@carlh.net>
Tue, 3 Jun 2014 21:58:46 +0000 (22:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 3 Jun 2014 21:58:46 +0000 (22:58 +0100)
commit82926443230084739cb673a83b2ab1f9d733a07b
tree72ff6a2564bc5950f52730b9d00151a5ebbbe00f
parent5ff10668facca32723efae3f08dfaab8a3d8bd44
All audio content should resample if the output frame rate and content
frame rates differ; make Sndfile sources use the video-frame-rate-based
calculation for output frame rate (like FFmpeg sources do).  Also, fix
small problems when flushing Resamplers used to get fed back to
Resamplers again.
12 files changed:
ChangeLog
src/lib/audio_content.cc
src/lib/audio_content.h
src/lib/content.h
src/lib/ffmpeg_content.cc
src/lib/ffmpeg_content.h
src/lib/player.cc
src/lib/player.h
src/lib/sndfile_content.cc
src/lib/sndfile_content.h
test/audio_with_specified_video_frame_rate_test.cc [new file with mode: 0644]
test/wscript