summaryrefslogtreecommitdiffstats
path: root/libhb/deblock.c
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2015-09-03 10:16:03 -0700
committerJohn Stebbins <[email protected]>2015-09-04 08:44:03 -0700
commit85133c49d2dc34060159c8f9f16cd508bb9d08d2 (patch)
tree2bc98d6385873e0b6699a8a2708f44d72220a538 /libhb/deblock.c
parent93a0685f2cad12828ad62d112eb1ddaac1af3a32 (diff)
libhb: remove unused hb_buffer_t.sub
Diffstat (limited to 'libhb/deblock.c')
-rw-r--r--libhb/deblock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/deblock.c b/libhb/deblock.c
index e05f2e21e..e48d89ced 100644
--- a/libhb/deblock.c
+++ b/libhb/deblock.c
@@ -439,7 +439,6 @@ static int hb_deblock_work( hb_filter_object_t * filter,
0 );
out->s = in->s;
- hb_buffer_move_subs( out, in );
*buf_out = out;
}