dvdemux: Add code to parse SMPTE time codes
authorDavid Schleef <ds@schleef.org>
Sun, 13 Sep 2009 19:20:23 +0000 (12:20 -0700)
committerDavid Schleef <ds@schleef.org>
Sun, 13 Sep 2009 20:22:35 +0000 (13:22 -0700)
commit29173242bb589a1d51c05a5301aac43002d4b46c
treeeb7e80ef6bd91b3715bb89f661aac55826c06989
parent1b57f1950905c4e3432312108cab19dd1b8446a0
dvdemux: Add code to parse SMPTE time codes

Code to convert time codes to/from timestamps and frame numbers.
ext/dv/Makefile.am
ext/dv/gstsmptetimecode.c [new file with mode: 0644]
ext/dv/gstsmptetimecode.h [new file with mode: 0644]
ext/dv/smpte_test.c [new file with mode: 0644]