| 1357 | } |
| 1358 | |
| 1359 | const AVPacketSideData *ff_get_coded_side_data(const AVCodecContext *avctx, |
| 1360 | enum AVPacketSideDataType type) |
| 1361 | { |
| 1362 | return packet_side_data_get(avctx->coded_side_data, avctx->nb_coded_side_data, type); |
| 1363 | } |
| 1364 | |
| 1365 | static int side_data_stereo3d_merge(AVFrameSideData *sd_frame, |
| 1366 | const AVPacketSideData *sd_pkt) |
no test coverage detected