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:
dcc9bde
)
variables needed for muxer
author
Michael Niedermayer
<michaelni@gmx.at>
Thu, 9 Aug 2007 10:57:10 +0000
(10:57 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 9 Aug 2007 10:57:10 +0000
(10:57 +0000)
Originally committed as revision 10009 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/nut.h
patch
|
blob
|
history
diff --git
a/libavformat/nut.h
b/libavformat/nut.h
index 8ef65c8069fb653b9aa8a79501072238427c2c2e..2faf6958a133f2b5a796312c799d7199b59d6611 100644
(file)
--- a/
libavformat/nut.h
+++ b/
libavformat/nut.h
@@
-80,8
+80,8
@@
typedef struct {
typedef struct {
AVFormatContext *avf;
-
//
int written_packet_size;
-// int64_t packet_start[3]; //0-> startcode less, 1-> short startcode 2-> long startcodes
+ int written_packet_size;
+ int64_t packet_start;
FrameCode frame_code[256];
uint64_t next_startcode; ///< stores the next startcode if it has already been parsed but the stream is not seekable
StreamContext *stream;