diff options
Diffstat (limited to 'src/xine-engine/post.c')
-rw-r--r-- | src/xine-engine/post.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xine-engine/post.c b/src/xine-engine/post.c index 98cb3b69c..d9b9fb209 100644 --- a/src/xine-engine/post.c +++ b/src/xine-engine/post.c @@ -436,7 +436,6 @@ void _x_post_frame_copy_down(vo_frame_t *from, vo_frame_t *to) { to->progressive_frame = from->progressive_frame; to->picture_coding_type = from->picture_coding_type; to->drawn = from->drawn; - to->accel_data = from->accel_data; to->stream = from->stream; to->crop_left = from->crop_left; to->crop_right = from->crop_right; |