]> granicus.if.org Git - handbrake/commit
Replace invaled timestamp flag "-1" with AV_NOPTS
authorjstebbins <jstebbins.hb@gmail.com>
Sun, 26 Jan 2014 18:01:50 +0000 (18:01 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sun, 26 Jan 2014 18:01:50 +0000 (18:01 +0000)
commit96fbc744385ddcc15617ba449d1521c30f66da3d
tree00a351c416a2307e511042d0a86bf4d3a2bfe7d1
parent1d7db22df59be148ed995eee7755f21d8f0b9d5b
Replace invaled timestamp flag "-1" with AV_NOPTS
-1 is not a good value as a flag for invalid timestamps.
There are cases where small negative timestamps are useful.
So this eliminates a potential ambiguity.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6001 b64f7644-9d1e-0410-96f1-a4d463321fa5
14 files changed:
libhb/deca52.c
libhb/decavcodec.c
libhb/decpgssub.c
libhb/decvobsub.c
libhb/demuxmpeg.c
libhb/enclame.c
libhb/fifo.c
libhb/hbffmpeg.h
libhb/muxavformat.c
libhb/muxmp4.c
libhb/reader.c
libhb/rendersub.c
libhb/stream.c
libhb/sync.c