[vlc-commits] packetizer: av1: drop unused include

Tristan Matthews git at videolan.org
Thu Oct 4 17:20:58 CEST 2018


vlc/vlc-3.0 | branch: master | Tristan Matthews <tmatth at videolan.org> | Mon Oct  1 11:26:39 2018 -0400| [202bd6218548b49241838075020158f668204b5f] | committer: Tristan Matthews

packetizer: av1: drop unused include

(cherry picked from commit 4e3b0acd2c0348a38d5dbda978547d259702c9f6)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=202bd6218548b49241838075020158f668204b5f
---

 modules/packetizer/av1.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/packetizer/av1.c b/modules/packetizer/av1.c
index 0c0834231d..742487f0c6 100644
--- a/modules/packetizer/av1.c
+++ b/modules/packetizer/av1.c
@@ -37,8 +37,6 @@
 #include "av1.h"
 #include "av1_obu.h"
 
-#include <limits.h>
-
 //#define DEBUG_AV1_PACKETIZER
 
 /****************************************************************************



More information about the vlc-commits mailing list