mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-14 18:47:47 +00:00
avcodec/pcm-dvdenc: Remove unused extra_sample(s|_count)
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
c6fdbe26ef
commit
7259eef711
@ -31,8 +31,6 @@ typedef struct PCMDVDContext {
|
||||
int block_size; // Size of a block of samples in bytes
|
||||
int samples_per_block; // Number of samples per channel per block
|
||||
int groups_per_block; // Number of 20/24-bit sample groups per block
|
||||
uint8_t *extra_samples; // Pointer to leftover samples from a frame
|
||||
int extra_sample_count; // Number of leftover samples in the buffer
|
||||
} PCMDVDContext;
|
||||
|
||||
static av_cold int pcm_dvd_encode_init(AVCodecContext *avctx)
|
||||
|
Loading…
Reference in New Issue
Block a user