mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-17 22:31:18 +08:00
lavc: add stream-global packet side data
This is similar to what is done for AVStream.
This commit is contained in:
@@ -2925,6 +2925,16 @@ typedef struct AVCodecContext {
|
||||
* - decoding: Set by libavcodec before calling get_format()
|
||||
*/
|
||||
enum AVPixelFormat sw_pix_fmt;
|
||||
|
||||
/**
|
||||
* Additional data associated with the entire coded stream.
|
||||
*
|
||||
* - decoding: unused
|
||||
* - encoding: may be set by libavcodec after avcodec_open2().
|
||||
*/
|
||||
AVPacketSideData *coded_side_data;
|
||||
int nb_coded_side_data;
|
||||
|
||||
} AVCodecContext;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user