You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avformat/fits*: format does not store timestamps
This commit is contained in:
@@ -228,4 +228,5 @@ const AVInputFormat ff_fits_demuxer = {
|
||||
.read_header = fits_read_header,
|
||||
.read_packet = fits_read_packet,
|
||||
.priv_class = &fits_demuxer_class,
|
||||
.flags = AVFMT_NOTIMESTAMPS,
|
||||
};
|
||||
|
@@ -201,4 +201,5 @@ const FFOutputFormat ff_fits_muxer = {
|
||||
.priv_data_size = sizeof(FITSContext),
|
||||
.write_header = fits_write_header,
|
||||
.write_packet = fits_write_packet,
|
||||
.p.flags = AVFMT_NOTIMESTAMPS,
|
||||
};
|
||||
|
Reference in New Issue
Block a user