Scenario: Use MovieExportFromProceduresToDataRef()-api
with the OggVorbis QuickTime component.
Expected result: Successful conversion to an
OggVorbis-file.
Actual result: An empty OggVorbis-file.
Details/Analysis:
FillBufferDataProc requires that globals->endTime is
set to something meaningful, but the only way to set it
is to call the premade movie export functionality in
OggVExportToDataRef().
If you use the raw
MovieExportFromProceduresToDataRef()-api then
globals->endTime is always and immutably zero and will
fail the if-statement at the beginning of
FillBufferDataProc() causing erraneous end-of-data
state and finally an empty output file.
Logged In: YES
user_id=802016
Sorry this should have been filed in bugs, I submitted it
there instead. Admin can delete this entry.