mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
codecparser: remove unused headers
Mainly <string.h> but also <stdlib.h> in jpegparse Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7869>
This commit is contained in:
parent
e60efa4b9a
commit
46f4dbe57b
5 changed files with 1 additions and 8 deletions
|
@ -78,7 +78,6 @@
|
||||||
|
|
||||||
#include <gst/base/gstbytereader.h>
|
#include <gst/base/gstbytereader.h>
|
||||||
#include <gst/base/gstbitreader.h>
|
#include <gst/base/gstbitreader.h>
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#ifndef GST_DISABLE_GST_DEBUG
|
#ifndef GST_DISABLE_GST_DEBUG
|
||||||
#define GST_CAT_DEFAULT gst_h264_debug_category_get()
|
#define GST_CAT_DEFAULT gst_h264_debug_category_get()
|
||||||
|
|
|
@ -69,7 +69,6 @@
|
||||||
|
|
||||||
#include <gst/base/gstbytereader.h>
|
#include <gst/base/gstbytereader.h>
|
||||||
#include <gst/base/gstbitreader.h>
|
#include <gst/base/gstbitreader.h>
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#ifndef GST_DISABLE_GST_DEBUG
|
#ifndef GST_DISABLE_GST_DEBUG
|
||||||
#define GST_CAT_DEFAULT gst_h265_debug_category_get()
|
#define GST_CAT_DEFAULT gst_h265_debug_category_get()
|
||||||
|
|
|
@ -30,10 +30,8 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <string.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <gst/base/gstbytereader.h>
|
|
||||||
#include "gstjpegparser.h"
|
#include "gstjpegparser.h"
|
||||||
|
#include <gst/base/gstbytereader.h>
|
||||||
|
|
||||||
#ifndef GST_DISABLE_GST_DEBUG
|
#ifndef GST_DISABLE_GST_DEBUG
|
||||||
|
|
||||||
|
|
|
@ -36,8 +36,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "nalutils.h"
|
#include "nalutils.h"
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
|
|
||||||
/****** Nal parser ******/
|
/****** Nal parser ******/
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
#include <gst/base/gstbytereader.h>
|
#include <gst/base/gstbytereader.h>
|
||||||
#include <gst/base/gstbitreader.h>
|
#include <gst/base/gstbitreader.h>
|
||||||
#include <gst/base/gstbitwriter.h>
|
#include <gst/base/gstbitwriter.h>
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue