avcodec: add SGA PCM decoder

This commit is contained in:
Paul B Mahol
2021-02-22 00:30:22 +01:00
parent 0e645b98c6
commit 5111707df6
7 changed files with 21 additions and 1 deletions

View File

@@ -1547,6 +1547,7 @@ int av_get_exact_bits_per_sample(enum AVCodecID codec_id)
case AV_CODEC_ID_PCM_VIDC:
case AV_CODEC_ID_PCM_S8:
case AV_CODEC_ID_PCM_S8_PLANAR:
case AV_CODEC_ID_PCM_SGA:
case AV_CODEC_ID_PCM_U8:
case AV_CODEC_ID_SDX2_DPCM:
case AV_CODEC_ID_DERF_DPCM: