comparison mxfenc.c @ 4350:b7fdb211ba7b libavformat

mxf does not have timestamps
author bcoudurier
date Mon, 02 Feb 2009 20:26:49 +0000
parents 0a142b4b841e
children e9b7237e3f3d
comparison
equal deleted inserted replaced
4349:96dba41bad7f 4350:b7fdb211ba7b
1398 CODEC_ID_PCM_S16LE, 1398 CODEC_ID_PCM_S16LE,
1399 CODEC_ID_MPEG2VIDEO, 1399 CODEC_ID_MPEG2VIDEO,
1400 mxf_write_header, 1400 mxf_write_header,
1401 mxf_write_packet, 1401 mxf_write_packet,
1402 mxf_write_footer, 1402 mxf_write_footer,
1403 0, 1403 AVFMT_NOTIMESTAMPS,
1404 NULL, 1404 NULL,
1405 mxf_interleave, 1405 mxf_interleave,
1406
1406 }; 1407 };