]> granicus.if.org Git - handbrake/commit
libhb: Fix CC processing for packets that have no PTS
authorjstebbins <jstebbins.hb@gmail.com>
Tue, 29 Jan 2013 01:05:18 +0000 (01:05 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Tue, 29 Jan 2013 01:05:18 +0000 (01:05 +0000)
commitd6b98c61de3ce23aa5edcfa5e345a616395dada5
tree6e8d5d8c2aa1f3b1284d7bc3459c948d0ce19f85
parent4adef217fec09f7975dab840b6f0c7cd6af5045d
libhb: Fix CC processing for packets that have no PTS

It is not required that every input frame have a PTS, but we were only
creating tags for frames that have a PTS.  If a frame with no PTS happens
to have CC data, we would mistakenly drop the previous CC data and log
a "tag botch" error.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5217 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/decmpeg2.c