comparison nut.h @ 4092:aea6eb7fd713 libavformat

Remove misleading comment, _t is POSIX-reserved namespace.
author diego
date Sat, 13 Dec 2008 16:08:31 +0000
parents a3dab5ebe140
children 6b9c2a6d8fa4
comparison
equal deleted inserted replaced
4091:626b5bfb5aef 4092:aea6eb7fd713
76 int time_base_id; 76 int time_base_id;
77 AVRational *time_base; 77 AVRational *time_base;
78 int msb_pts_shift; 78 int msb_pts_shift;
79 int max_pts_distance; 79 int max_pts_distance;
80 int decode_delay; //FIXME duplicate of has_b_frames 80 int decode_delay; //FIXME duplicate of has_b_frames
81 } StreamContext;// maybe s/StreamContext/streamcontext_t/ 81 } StreamContext;
82 82
83 typedef struct { 83 typedef struct {
84 AVFormatContext *avf; 84 AVFormatContext *avf;
85 // int written_packet_size; 85 // int written_packet_size;
86 // int64_t packet_start; 86 // int64_t packet_start;