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/cropscale.c | |
parent | 93a0685f2cad12828ad62d112eb1ddaac1af3a32 (diff) |
libhb: remove unused hb_buffer_t.sub
Diffstat (limited to 'libhb/cropscale.c')
-rw-r--r-- | libhb/cropscale.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/cropscale.c b/libhb/cropscale.c index a8a995a6c..733602457 100644 --- a/libhb/cropscale.c +++ b/libhb/cropscale.c @@ -217,7 +217,6 @@ static hb_buffer_t* crop_scale( hb_filter_private_t * pv, hb_buffer_t * in ) } out->s = in->s; - hb_buffer_move_subs( out, in ); return out; } |