diff options
author | John Stebbins <[email protected]> | 2015-09-03 10:16:03 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2015-09-04 08:44:03 -0700 |
commit | 85133c49d2dc34060159c8f9f16cd508bb9d08d2 (patch) | |
tree | 2bc98d6385873e0b6699a8a2708f44d72220a538 /libhb/rotate.c | |
parent | 93a0685f2cad12828ad62d112eb1ddaac1af3a32 (diff) |
libhb: remove unused hb_buffer_t.sub
Diffstat (limited to 'libhb/rotate.c')
-rw-r--r-- | libhb/rotate.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libhb/rotate.c b/libhb/rotate.c index 090a1b418..7c96e99c0 100644 --- a/libhb/rotate.c +++ b/libhb/rotate.c @@ -419,9 +419,8 @@ static int hb_rotate_work( hb_filter_object_t * filter, // Rotate! rotate_filter( pv, out, in ); + out->s = in->s; - hb_buffer_move_subs( out, in ); - *buf_out = out; return HB_FILTER_OK; |