projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e27c47
)
Marking what should be removed in relation to MAX_STREAMS.
author
Michael Niedermayer
<michaelni@gmx.at>
Wed, 16 Jun 2010 19:31:05 +0000
(19:31 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Wed, 16 Jun 2010 19:31:05 +0000
(19:31 +0000)
Originally committed as revision 23634 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avformat.h
patch
|
blob
|
history
diff --git
a/libavformat/avformat.h
b/libavformat/avformat.h
index
57a6bce
..
520750b
100644
(file)
--- a/
libavformat/avformat.h
+++ b/
libavformat/avformat.h
@@
-569,8
+569,6
@@
typedef struct AVChapter {
#if LIBAVFORMAT_VERSION_MAJOR < 53
#define MAX_STREAMS 20
-#else
-#define MAX_STREAMS 100
#endif
/**