matroskadec: matroska_parse_rm_audio: remove unused parameter
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6d87781758
commit
a6ec1e49f6
@ -1994,7 +1994,7 @@ static int matroska_parse_rm_audio(MatroskaDemuxContext *matroska,
|
|||||||
MatroskaTrack *track,
|
MatroskaTrack *track,
|
||||||
AVStream *st,
|
AVStream *st,
|
||||||
uint8_t *data, int size,
|
uint8_t *data, int size,
|
||||||
uint64_t timecode, uint64_t duration,
|
uint64_t timecode,
|
||||||
int64_t pos)
|
int64_t pos)
|
||||||
{
|
{
|
||||||
int a = st->codec->block_align;
|
int a = st->codec->block_align;
|
||||||
@ -2233,7 +2233,7 @@ static int matroska_parse_block(MatroskaDemuxContext *matroska, uint8_t *data,
|
|||||||
st->codec->block_align && track->audio.sub_packet_size) {
|
st->codec->block_align && track->audio.sub_packet_size) {
|
||||||
|
|
||||||
res = matroska_parse_rm_audio(matroska, track, st, data, size,
|
res = matroska_parse_rm_audio(matroska, track, st, data, size,
|
||||||
timecode, lace_duration, pos);
|
timecode, pos);
|
||||||
if (res)
|
if (res)
|
||||||
goto end;
|
goto end;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user