X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdsd.h;h=ed09cb9b12c9f12fbf70bb29793a84226f1955c5;hb=fe95a37144077d1f652088fcb25b2949e4a3da19;hp=5ca45748375ee9423f43b3341526c6a62fe5b60d;hpb=ee96ab2db507b95a694f10b152481cf71842de28;p=ffmpeg diff --git a/libavcodec/dsd.h b/libavcodec/dsd.h index 5ca45748375..ed09cb9b12c 100644 --- a/libavcodec/dsd.h +++ b/libavcodec/dsd.h @@ -40,13 +40,13 @@ * Per-channel buffer */ typedef struct DSDContext { - unsigned char buf[FIFOSIZE]; + uint8_t buf[FIFOSIZE]; unsigned pos; } DSDContext; void ff_init_dsd_data(void); void ff_dsd2pcm_translate(DSDContext* s, size_t samples, int lsbf, - const unsigned char *src, ptrdiff_t src_stride, + const uint8_t *src, ptrdiff_t src_stride, float *dst, ptrdiff_t dst_stride); #endif /* AVCODEC_DSD_H */