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
mpegts: remove unused macro MAX_SCAN_PACKETS
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit
f4c79d1e0b
)
tags/n0.8
Vladimir Pantelic
Michael Niedermayer
15 years ago
parent
4a5a16898f
commit
6ff532b95d
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
libavformat/mpegts.c
+ 0
- 3
libavformat/mpegts.c
View File
@@ -33,9 +33,6 @@
#include "mpeg.h"
#include "isom.h"
/* 1.0 second at 24Mbit/s */
#define MAX_SCAN_PACKETS 32000
/* maximum size in which we look for synchronisation if
synchronisation is lost */
#define MAX_RESYNC_SIZE 65536
Write
Preview
Loading…
Cancel
Save