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
remove useless code, found by oded
Originally committed as revision 10066 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
18 years ago
parent
2529024b3c
commit
0e6472fdcb
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavformat/nutenc.c
+ 0
- 1
libavformat/nutenc.c
View File
@@ -498,7 +498,6 @@ static int write_packet(AVFormatContext *s, AVPacket *pkt){
if(flags & FLAG_CODED){
length++;
flags &= ~needed_flags;
flags |= needed_flags;
}
Write
Preview
Loading…
Cancel
Save