Extracted from Pike v7.4 release 35 at 2003-12-09.
pike.ida.liu.se
[Top]
predef::
_Ffmpeg
_Ffmpeg.ffmpeg

Method _Ffmpeg.ffmpeg()->decode()


Method decode

int decode(string data, function shuffler)

Description

Decode all data buffer and pass result to shuffler . Returns 1 on success, 0 otherwise.

Note

Shuffler variant isn't implemented, yet.

Note

Usable only in decoder.

See also

create()


Method decode

mapping|int decode(string data)

Description

Returns a mapping with the new decoded frame and lenght of data which was used for decoding.