summaryrefslogtreecommitdiffstats
path: root/libhb/internal.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-03-27 21:09:27 +0000
committerjstebbins <[email protected]>2011-03-27 21:09:27 +0000
commite5689e626605675ab30e8a90989ea353d0543377 (patch)
tree4be6e49002126344edcdfc217f23cb1e36cc8709 /libhb/internal.h
parentabd251048b392e86041325c1561e7a9dcd8067c3 (diff)
Simplify a lot of subtitle handling code.
Makes it easier to read. Gets rid of some unnecessary variables. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3886 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 d025f50b4..092a7d067 100644
--- a/libhb/internal.h
+++ b/libhb/internal.h
@@ -91,7 +91,6 @@ struct hb_buffer_s
int y;
int width;
int height;
- hb_buffer_t * next_subpicture;
// Video packets (after processing by the hb_sync_video work-object):
// A (copy of a) PICTURESUB subtitle packet that needs to be burned into this video packet by the hb_render work-object.