On 04/17/2013 12:19 PM, Anton Khirnov wrote: >> +#define AVFMT_TS_NEGATIVE 0x40000 /**< Format allows muxing negative >> + timestamps. If not set the timestamp >> + will be shifted in av_write_frame >> and >> + av_interleaved_write_frame so they >> + start from 0. */ >> > > Nit, I'd put this above the #define
I'd do later reformatting all the others as well. > This would be safer with some checks for AV_NOPTS_VALUE The callers should already check and let it through only if AVFMT_NOTIMESTAMPS is set. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
