comparison avformat.h @ 549:4623f54c98bb libavformat

* fixing a few of gcc 'clean-code' warnings
author kabi
date Wed, 06 Oct 2004 08:50:46 +0000
parents be81a0f1974d
children ef359bf133cc
comparison
equal deleted inserted replaced
548:fbc9b13c35cd 549:4623f54c98bb
249 249
250 #define MAX_STREAMS 20 250 #define MAX_STREAMS 20
251 251
252 /* format I/O context */ 252 /* format I/O context */
253 typedef struct AVFormatContext { 253 typedef struct AVFormatContext {
254 AVClass *av_class; /* set by av_alloc_format_context */ 254 const AVClass *av_class; /* set by av_alloc_format_context */
255 /* can only be iformat or oformat, not both at the same time */ 255 /* can only be iformat or oformat, not both at the same time */
256 struct AVInputFormat *iformat; 256 struct AVInputFormat *iformat;
257 struct AVOutputFormat *oformat; 257 struct AVOutputFormat *oformat;
258 void *priv_data; 258 void *priv_data;
259 ByteIOContext pb; 259 ByteIOContext pb;