OSDN Git Service

Adds a job->cfr boolean to indicate "encode this with a constant frame rate" instead...
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 5 Jun 2008 15:59:24 +0000 (15:59 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 5 Jun 2008 15:59:24 +0000 (15:59 +0000)
commit8e73efa7d2539552af55c2f8767adb3b3ea31379
treedbb9dccc050a853faa5e39016dfcf6a21165751f
parent05b54b20ec342f4e1501d40fcfbfdd3d7faf64e8
Adds a job->cfr boolean to indicate "encode this with a constant frame rate" instead of passing through the true frame durations from the source. Includes CLI implementation, which sets cfr to 1 if the user specifies a frame rate. Otherwise, it uses "same as source" frame rate.

git-svn-id: svn://localhost/HandBrake/trunk@1496 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.h
libhb/sync.c
test/test.c