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 uneeded include as assert is never used
Originally committed as revision 9622 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alex Beregszaszi
18 years ago
parent
51ce035e82
commit
8a54ad09fe
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libavformat/ogg.c
+ 0
- 2
libavformat/ogg.c
View File
@@ -28,8 +28,6 @@
#include "avformat.h"
#undef NDEBUG
#include <assert.h>
#define DECODER_BUFFER_SIZE 4096
Write
Preview
Loading…
Cancel
Save