mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00:00
avcodec: add SGA PCM decoder
This commit is contained in:
parent
0e645b98c6
commit
5111707df6
7 changed files with 21 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue