Commit 2613c811 authored by Anssi Hannula's avatar Anssi Hannula Committed by Michael Niedermayer

spdifenc: set flag AVFMT_NOTIMESTAMPS

There are no timestamps in IEC 61937.
Signed-off-by: 's avatarJanne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 6c60fcf8)
parent 02d08035
......@@ -545,5 +545,6 @@ AVOutputFormat ff_spdif_muxer = {
spdif_write_header,
spdif_write_packet,
spdif_write_trailer,
.flags = AVFMT_NOTIMESTAMPS,
.priv_class = &class,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment