mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
player/command: add track-list/N/decoder
This commit is contained in:
@@ -410,4 +410,6 @@ void mp_codec_info_from_av(const AVCodecContext *avctx, struct mp_codec_params *
|
||||
c->codec_profile = avcodec_profile_name(avctx->codec_id, avctx->profile);
|
||||
c->codec = avctx->codec_descriptor->name;
|
||||
c->codec_desc = avctx->codec_descriptor->long_name;
|
||||
c->decoder = avctx->codec->name;
|
||||
c->decoder_desc = avctx->codec->long_name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user