]> git.sesse.net Git - vlc/commit
omxil: Convert from/to OMX_TICKS via helper functions
authorMartin Storsjö <martin@martin.st>
Mon, 11 Mar 2013 14:52:09 +0000 (16:52 +0200)
committerMartin Storsjö <martin@martin.st>
Mon, 11 Mar 2013 19:21:07 +0000 (21:21 +0200)
commit4b325af62e82f0c3268ee0423ebe90c26e23d5d5
tree7fd0610f9f3d9f0756616e2df05a0613d3c21439
parentc793eb04f43c60882ec78c05dc760495c07f0060
omxil: Convert from/to OMX_TICKS via helper functions

The 64 bit timestamp fields can be defined either as 64 bit
integers or as structs with two 32 bit members. If the
struct variant is being used, we need to convert to/from it
with helper functions.

Signed-off-by: Martin Storsjö <martin@martin.st>
modules/codec/omxil/omxil.c
modules/codec/omxil/omxil_utils.h