]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hevc.h
avcodec/h264_cabac: Drop local_ref_count
[ffmpeg] / libavcodec / hevc.h
index e0af6f1810b7c13ec58ac767ace93b70f26e2990..a4f7594d2cf24135dc553a4ac2494501590823ce 100644 (file)
@@ -298,10 +298,10 @@ typedef struct RefPicListTab {
 } RefPicListTab;
 
 typedef struct HEVCWindow {
-    int left_offset;
-    int right_offset;
-    int top_offset;
-    int bottom_offset;
+    unsigned int left_offset;
+    unsigned int right_offset;
+    unsigned int top_offset;
+    unsigned int bottom_offset;
 } HEVCWindow;
 
 typedef struct VUI {