Opened 10 years ago

Closed 10 years ago

#3896 closed defect (wontfix)

null muxer lacks AVFMT_TS_NONSTRICT; prints often-unnecessary error

Reported by: Ridley Combs Owned by:
Priority: minor Component: avformat
Version: git-master Keywords:
Cc: rodger.combs@gmail.com Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

The libavformat null muxer doesn't have the flag AVFMT_TS_NONSTRICT. This is desirable if you want to use the muxer to test for strict-timestamping issues, but you don't always want to do that. It already has AVFMT_NOTIMESTAMPS, which should probably imply AVFMT_TS_NONSTRICT; perhaps we should have a lavf option to forcibly enable that warning if it's desired?

Change History (4)

comment:1 by Ridley Combs, 10 years ago

Cc: rodger.combs@gmail.com added
Summary: null muxer lacks AVFMT_TS_NONSTRICT; always prints errornull muxer lacks AVFMT_TS_NONSTRICT; prints often-unnecessary error

comment:2 by Carl Eugen Hoyos, 10 years ago

Wasn't this already discussed on the developer mailing list?

comment:3 by Ridley Combs, 10 years ago

Apparently it was, but no conclusion was reached: https://ffmpeg.org/pipermail/ffmpeg-devel/2014-August/161657.html

comment:4 by Carl Eugen Hoyos, 10 years ago

Resolution: wontfix
Status: newclosed

I strongly suggest to discuss this on the mailing list where more people can / will contribute.

Note: See TracTickets for help on using tickets.