On 20/03/15 21:52, Anton Khirnov wrote:
--- libavcodec/hevc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h index 333ea46..068c10a 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -284,10 +284,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 {
The set seems fine, the whole set should go to stable IMHO. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
