[x265] [PATCH] Added command line options to generate a VUI and add it to the coded bitstream
Derek Buitenhuis
derek.buitenhuis at gmail.com
Thu Feb 20 21:50:18 CET 2014
On 2/19/2014 6:01 PM, dtyx265 at gmail.com wrote:
> + bool getTilesFixedStructureFlag() { return m_tilesFixedStructureFlag; }
> +
> + void setTilesFixedStructureFlag(bool i) { m_tilesFixedStructureFlag = i; }
I know this patch is pushed, but I feel it's a good time to say:
This is stupid. This isn't early 2000s Java.
Just make them public members -- this is needless java-style boilerplate cruft.
- Derek
More information about the x265-devel
mailing list