You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
spdifenc: set flag AVFMT_NOTIMESTAMPS
There are no timestamps in IEC 61937.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 6c60fcf89a
)
This commit is contained in:
committed by
Michael Niedermayer
parent
02d0803571
commit
2613c81182
@@ -545,5 +545,6 @@ AVOutputFormat ff_spdif_muxer = {
|
||||
spdif_write_header,
|
||||
spdif_write_packet,
|
||||
spdif_write_trailer,
|
||||
.flags = AVFMT_NOTIMESTAMPS,
|
||||
.priv_class = &class,
|
||||
};
|
||||
|
Reference in New Issue
Block a user