Home
last modified time | relevance | path

Searched full:codec_id (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch4824 #include "codec_id.h"
5634 + if (avctx->codec_id == AV_CODEC_ID_H264)
5646 + if (avctx->codec_id == AV_CODEC_ID_H264)
6137 +avprofile_to_v4l2(const enum AVCodecID codec_id, const int avprofile)
6139 + switch (codec_id) {
6209 + switch (avctx->codec_id) {
6231 …tx, AV_LOG_VERBOSE, "Can't map profile for codec id %d; profile check skipped\n", avctx->codec_id);
6244 + .index = avprofile_to_v4l2(avctx->codec_id, avctx->profile),
6384 + switch (avctx->codec_id) {
6554 + if (avctx->codec_id == AV_CODEC_ID_H264) {
[all …]