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 : Free packet if dv_produce_packet fails.
Originally committed as revision 24281 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Jai Menon
15 years ago
parent
7939d0edce
commit
bbfb2c8077
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavformat/avidec.c
+ 2
- 0
libavformat/avidec.c
View File
@@ -808,6 +808,8 @@ resync:
pkt->data, pkt->size);
pkt->destruct = dstr;
pkt->flags |= AV_PKT_FLAG_KEY;
if (size < 0)
av_free_packet(pkt);
} else {
/* XXX: How to handle B-frames in AVI? */
pkt->dts = ast->frame_offset;
Write
Preview
Loading…
Cancel
Save