[libbluray-devel] Remove deprecated cropping fields

hpi1 git at videolan.org
Tue Feb 21 22:15:38 CET 2017


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Tue Feb 21 22:31:44 2017 +0200| [c0c6baff98e8b89fccf5084b89d1ded606d6eb43] | committer: hpi1

Remove deprecated cropping fields

Deprecated in 2013

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=c0c6baff98e8b89fccf5084b89d1ded606d6eb43
---

 src/libbluray/decoders/overlay.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/libbluray/decoders/overlay.h b/src/libbluray/decoders/overlay.h
index 7daa478..4208bc5 100644
--- a/src/libbluray/decoders/overlay.h
+++ b/src/libbluray/decoders/overlay.h
@@ -79,11 +79,6 @@ typedef struct bd_overlay_s {
     const BD_PG_PALETTE_ENTRY * palette;
     const BD_PG_RLE_ELEM      * img;
 
-    uint16_t crop_x; /* deprecated: cropping is executed by libbluray */
-    uint16_t crop_y; /* deprecated: cropping is executed by libbluray */
-    uint16_t crop_w; /* deprecated: cropping is executed by libbluray */
-    uint16_t crop_h; /* deprecated: cropping is executed by libbluray */
-
     uint8_t palette_update_flag; /* only palette was changed */
 } BD_OVERLAY;
 



More information about the libbluray-devel mailing list