Changeset 0945edde in ffmpeg

Timestamp:
Nov 22, 2011, 8:50:33 AM (13 years ago)
Author:
Janne Grunau <janne-libav@jannau.net>
Branches:
master
Children:
8ee2b467
Parents:
82963f8f
git-author:
Janne Grunau <janne-libav@jannau.net> (11/10/11 16:30:33)
git-committer:
Janne Grunau <janne-libav@jannau.net> (11/22/11 08:50:33)
Message:

pthread: do not touch has_b_frames

Adding the thread count in frame level multithreading to has_b_frames
as an additional delay causes more problems than it solves.
For example inconsistent behaviour during timestamp calculation in
libavformat.
Thread count and frame level multithreading are both set by the user.
If the additional delay caused by frame level multithreading needs
to be considered in the calling code it has all information to take
it into account.
Should it become necessary to calculate a maximum delay inside
libavcodec it should be exported as its own field and not reusing
an existing field.

Based on a patch by Michael Niedermayer.

Signed-off-by: Janne Grunau <janne-libav@jannau.net>

(No files)

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