mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avformat/dhav: always initializer ret
This commit is contained in:
parent
1232e67b16
commit
d8410e9cf9
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ static const uint32_t sample_rates[] = {
|
|||
static int parse_ext(AVFormatContext *s, int length)
|
||||
{
|
||||
DHAVContext *dhav = s->priv_data;
|
||||
int index, ret;
|
||||
int index, ret = 0;
|
||||
|
||||
while (length > 0) {
|
||||
int type = avio_r8(s->pb);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue