Changeset f5a669c2 in ffmpeg

Timestamp:
May 7, 2011, 10:03:58 AM (14 years ago)
Author:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
Branches:
master
Children:
70c24b21
Parents:
566666ca
git-author:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (05/02/11 07:35:38)
git-committer:
Stefano Sabatini <stefano.sabatini-lala@poste.it> (05/07/11 10:03:58)
Message:

ffmpeg: simplify mid-stream reconfiguration when libavfilter is disabled

Implement lazy initialization of the image resample context, so that
the initialization code does not need to be duplicated.

Also manage the case in which resample/size change mid-stream. For
each packet the code computes if resampling is needed.

Previously the resample check was done only at the initialization, in
case size/format changed and no resample was detected at the init
stage ffmpeg was silently exiting.

(No files)

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