Changeset 07b48f8c in ffmpeg

Timestamp:
Jan 24, 2011, 5:30:33 PM (14 years ago)
Author:
Mans Rullgard <mans@mansr.com>
Branches:
master
Children:
3bdc886c
Parents:
78f318b
git-author:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (01/23/11 01:06:59)
git-committer:
Mans Rullgard <mans@mansr.com> (01/24/11 17:30:33)
Message:

Do not set audio_resample to 0 if audio_sync_method is > 1.

If audio_sync_method is >1 the resampler is used for audio drift
compensation, and do_audio_out() was causing an assert failure because
audio_resample was not set.

Fix issue 2516, which was introduced by SVN r25939.

Signed-off-by: Mans Rullgard <mans@mansr.com>

(No files)

Note: See TracChangeset for help on using the changeset viewer.