Revision 369380e1c4c6fc9b0d9ff04ec23d46b252ba7110 authored by Luca Barbato on 12 August 2014, 16:58:52 UTC, committed by Luca Barbato on 17 August 2014, 14:11:16 UTC
Update mxf_set_audio_pts to use the container-provided information.

The UL is marked as "to be changed in the future", but the current
samples in the wild do use it.
1 parent 747cd95
Raw File
Makefile
OBJS += arm/cpu.o                                                       \
        arm/float_dsp_init_arm.o                                        \

VFP-OBJS += arm/float_dsp_init_vfp.o                                    \
            arm/float_dsp_vfp.o                                         \

NEON-OBJS += arm/float_dsp_init_neon.o                                  \
             arm/float_dsp_neon.o                                       \
back to top