libs: video-format: remove dead code

This commit is contained in:
Víctor Manuel Jáquez Leal 2019-11-27 01:44:05 +01:00
parent f16c93a187
commit 6fb5387d5b

View file

@ -32,12 +32,6 @@
#include "gstvaapisurface.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
{
GstVideoFormat format;