mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
libs: video-format: remove dead code
This commit is contained in:
parent
f16c93a187
commit
6fb5387d5b
1 changed files with 0 additions and 6 deletions
|
@ -32,12 +32,6 @@
|
||||||
#include "gstvaapisurface.h"
|
#include "gstvaapisurface.h"
|
||||||
#include "video-format.h"
|
#include "video-format.h"
|
||||||
|
|
||||||
#if G_BYTE_ORDER == G_BIG_ENDIAN
|
|
||||||
# define VIDEO_VA_ENDIANESS VA_MSB_FIRST
|
|
||||||
#elif G_BYTE_ORDER == G_LITTLE_ENDIAN
|
|
||||||
# define VIDEO_VA_ENDIANESS VA_LSB_FIRST
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct _GstVideoFormatMapMap
|
typedef struct _GstVideoFormatMapMap
|
||||||
{
|
{
|
||||||
GstVideoFormat format;
|
GstVideoFormat format;
|
||||||
|
|
Loading…
Reference in a new issue