This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avformat/dhav: always initializer ret
tags/n4.3
Paul B Mahol
6 years ago
parent
1232e67b16
commit
d8410e9cf9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/dhav.c
+ 1
- 1
libavformat/dhav.c
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save