All right, another try at the stereo 3d stuff.
This time there just one uint32 and a lot of masks.
I'm not sure if it's better to use two uint32s one for the type and one for
extra data (like size, disposition, and so) or it one is enough... it seems a
little crammed to me.
Is this approach better?
Vittorio
Vittorio Giovara (3):
avframe: add codec-independent stereoscopic metadata
h264: parse frame packing arrangement SEI messages and save relevant
stereo3d information
libx264: set frame packing information when relevant metadata is
found
libavcodec/avcodec.h | 1 +
libavcodec/h264.c | 31 +++++++++++++++++++++++++++
libavcodec/h264.h | 22 ++++++++++++++++++-
libavcodec/h264_sei.c | 36 +++++++++++++++++++++++++++++++
libavcodec/libx264.c | 23 +++++++++++++++++++-
libavutil/Makefile | 1 +
libavutil/frame.h | 4 ++++
libavutil/stereoscopy.h | 54 +++++++++++++++++++++++++++++++++++++++++++++++
8 files changed, 170 insertions(+), 2 deletions(-)
create mode 100644 libavutil/stereoscopy.h
--
1.7.9.5
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel