On Fri, Jul 19, 2013 at 2:11 PM, Luca Barbato <[email protected]> wrote: > On 07/17/2013 05:42 PM, Vittorio Giovara wrote: >> --- >> I'm not so sure about the anaglyph information, maybe it's better to remove >> it altogether? >> --- >> libavcodec/avcodec.h | 35 +++++++++++++++++++++++++++++++ >> libavutil/Makefile | 1 + >> libavutil/frame.h | 4 ++++ >> libavutil/stereoscopy.h | 52 >> +++++++++++++++++++++++++++++++++++++++++++++++ >> 4 files changed, 92 insertions(+) >> create mode 100644 libavutil/stereoscopy.h >> > > The whole information could be made fit a bitfield. >
You would seriously limit future extensibility by limiting this into a odd bitfield now just to save a few bytes per frame. Also, such bitfields really are no fun to handle by calling code. - Hendrik _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
