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
Add necessary header for av_set_program_name and av_program_add_stream_index.
Originally committed as revision 15996 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
16 years ago
parent
26e8d342c0
commit
ecfb51d1c2
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/mpegts.c
+ 1
- 0
libavformat/mpegts.c
View File
@@ -22,6 +22,7 @@
#include "libavutil/crc.h"
#include "avformat.h"
#include "mpegts.h"
#include "internal.h"
//#define DEBUG_SI
//#define DEBUG_SEEK
Write
Preview
Loading…
Cancel
Save