mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
vdpau: remove some unneded includes
This commit is contained in:
parent
3d4a340cfa
commit
17a758ec71
2 changed files with 0 additions and 3 deletions
|
@ -25,7 +25,6 @@
|
|||
#include <gst/gst.h>
|
||||
#include <gst/video/video.h>
|
||||
|
||||
#include "gstvdpauvideobuffer.h"
|
||||
#include "gstvdpaudecoder.h"
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_vdpau_decoder_debug);
|
||||
|
|
|
@ -38,8 +38,6 @@
|
|||
#include <gst/gst.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "gstvdpauvideobuffer.h"
|
||||
#include "gstvdpauvideoyuv.h"
|
||||
#include "mpegutil.h"
|
||||
#include "gstvdpaumpegdecoder.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue