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
avidec: return 0, not packet size from read_packet().
tags/n1.1
Anton Khirnov
13 years ago
parent
b146d74730
commit
eeade678f0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/avidec.c
+ 1
- 1
libavformat/avidec.c
View File
@@ -1122,7 +1122,7 @@ resync:
ast->packet_size= 0;
}
return
size
;
return
0
;
}
if ((err = avi_sync(s, 0)) < 0)
Write
Preview
Loading…
Cancel
Save