summaryrefslogtreecommitdiffstats
path: root/libhb/rotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/rotate.c')
-rw-r--r--libhb/rotate.c3
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;