Browse Source

avutil/pixfmt: remove superfluous define

It's an AVColorSpace value since 82ad9cbd32.

Signed-off-by: James Almer <jamrial@gmail.com>
tags/n3.4
James Almer 8 years ago
parent
commit
bd1179e36b
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavutil/pixfmt.h

+ 0
- 2
libavutil/pixfmt.h View File

@@ -467,8 +467,6 @@ enum AVColorSpace {
AVCOL_SPC_SMPTE2085 = 11, ///< SMPTE 2085, Y'D'zD'x
AVCOL_SPC_NB ///< Not part of ABI
};
#define AVCOL_SPC_YCGCO AVCOL_SPC_YCOCG


/**
* MPEG vs JPEG YUV range.


Loading…
Cancel
Save