mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
avcodec: add stream-level stereo3d side data
This commit is contained in:
@@ -911,6 +911,12 @@ enum AVPacketSideDataType {
|
||||
* See libavutil/display.h for a detailed description of the data.
|
||||
*/
|
||||
AV_PKT_DATA_DISPLAYMATRIX,
|
||||
|
||||
/*
|
||||
* This side data should be associated with a video stream and contains
|
||||
* Stereoscopic 3D information in form of the AVStereo3D struct.
|
||||
*/
|
||||
AV_PKT_DATA_STEREO3D,
|
||||
};
|
||||
|
||||
typedef struct AVPacketSideData {
|
||||
|
||||
Reference in New Issue
Block a user