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
ffmpeg: Remove dead store.
tags/n0.9
Alex Converse
Michael Niedermayer
13 years ago
parent
08fe874fa4
commit
cf89e55ac0
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
ffmpeg.c
+ 0
- 1
ffmpeg.c
View File
@@ -1676,7 +1676,6 @@ static int output_packet(InputStream *ist, int ist_index,
}
break;
}
ret = avpkt.size;
avpkt.size = 0;
}
Write
Preview
Loading…
Cancel
Save