From b8ccc0514e412deaef3921f8607f507af2e4ea81 Mon Sep 17 00:00:00 2001 From: Michel Promonet Date: Sat, 27 Jan 2018 19:00:10 +0100 Subject: [PATCH] fix build with g++ --- h264_sei.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/h264_sei.h b/h264_sei.h index 25d8c9d..b7e25da 100644 --- a/h264_sei.h +++ b/h264_sei.h @@ -110,8 +110,6 @@ typedef struct #define MAX_LENGTH 128 -typedef sei_scalability_priority_layer_info_t; - typedef struct { bool temporal_id_nesting_flag;