Searched refs:edit_units_per_packet (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfdec.c233 int edit_units_per_packet; ///< how many edit units to read at a time (PCM, OPAtom) member in struct:__anon3594
2040 mxf->edit_units_per_packet = 1920;
2081 mxf->edit_units_per_packet = 1;
2444 edit_units = FFMIN(mxf->edit_units_per_packet, st->duration - mxf->current_edit_unit);

Completed in 113 milliseconds