avcpp icon indicating copy to clipboard operation
avcpp copied to clipboard

AVPacketSideData support

Open h4tr3d opened this issue 10 years ago • 0 comments

/**
 * Additional packet data that can be provided by the container.
 * Packet can contain several types of side information.
 */
AVPacketSideData *side_data;
int side_data_elems;

h4tr3d avatar Dec 07 '15 14:12 h4tr3d