Commit ed6d58ce authored by Francois Cartegnie's avatar Francois Cartegnie

packetizer: hevc/h264: remove includes for decoder_t

parent 12ee303d
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "hxxx_nal.h" #include "hxxx_nal.h"
#include <vlc_boxes.h> #include <vlc_boxes.h>
#include <vlc_es.h>
#include <limits.h> #include <limits.h>
/* /*
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
# endif # endif
# include <vlc_common.h> # include <vlc_common.h>
# include <vlc_codec.h>
# include "../demux/mpeg/mpeg_parser_helpers.h" # include "../demux/mpeg/mpeg_parser_helpers.h"
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
# endif # endif
# include <vlc_common.h> # include <vlc_common.h>
# include <vlc_codec.h>
#define HEVC_VPS_MAX 16 #define HEVC_VPS_MAX 16
#define HEVC_SPS_MAX 16 #define HEVC_SPS_MAX 16
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment