summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r--libavformat/nut.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/nut.h b/libavformat/nut.h
index a5363d61dc..03d8c5a2fd 100644
--- 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;
+// 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;