summaryrefslogtreecommitdiffstats
path: root/libhb/internal.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-09-19 15:35:46 +0000
committerjstebbins <[email protected]>2011-09-19 15:35:46 +0000
commitd36f10c33b9f9f85134f70fc785e2523177b2444 (patch)
treee6906a5b917569d17da651ab6b897865609994d3 /libhb/internal.h
parentd145ee9d9ed7be65b83124afbf0cc71b60adddc6 (diff)
Fix corrupt first frame in BD point-to-point
Seek point may be a recovery point which will not be a complete clean frame. So consume frames till we reach the recovery frame count. Patches Libav so it can tell us when the recovery point has been reached. Also improves detection of recovery points in TS files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4231 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r--libhb/internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/internal.h b/libhb/internal.h
index 2d137dde8..6f6420a56 100644
--- a/libhb/internal.h
+++ b/libhb/internal.h
@@ -265,7 +265,6 @@ int hb_stream_seek( hb_stream_t *, float );
int hb_stream_seek_ts( hb_stream_t * stream, int64_t ts );
int hb_stream_seek_chapter( hb_stream_t *, int );
int hb_stream_chapter( hb_stream_t * );
-int hb_stream_recovery_count( hb_stream_t * );
hb_buffer_t * hb_ts_decode_pkt( hb_stream_t *stream, const uint8_t * pkt );