spdifenc: set flag AVFMT_NOTIMESTAMPS
There are no timestamps in IEC 61937. Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
This commit is contained in:
parent
50a82c2c75
commit
6c60fcf89a
@ -545,5 +545,6 @@ AVOutputFormat ff_spdif_muxer = {
|
||||
spdif_write_header,
|
||||
spdif_write_packet,
|
||||
spdif_write_trailer,
|
||||
.flags = AVFMT_NOTIMESTAMPS,
|
||||
.priv_class = &class,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user