On Wed, Jun 25, 2008 at 05:40:08AM -0700, Vladimir Eremeev wrote: > > I am writing an application, capturing a live MPEG2-TS from a dvb-S device > and saving its parts to files according to the user-defined schedule. > Basically, the main cycle is the following: [...] > av_write_frame complained about non-monotone time stamps (initially, now I > am checking for such situation and change output->streams[]-> cur_dts > accordingly ). Some media players also don't like that timestamps.
if you change internal variables like cur_dts you are on your own and should not complain about ANYTHING that might go wrong [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB While the State exists there can be no freedom; when there is freedom there will be no State. -- Vladimir Lenin
signature.asc
Description: Digital signature
_______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
