comparison avcodec.h @ 1858:ea2a4058441c libavcodec

silence warnings
author iive
date Thu, 04 Mar 2004 14:58:48 +0000
parents 00a6bfc81010
children 17a445838da3
comparison
equal deleted inserted replaced
1857:00a6bfc81010 1858:ea2a4058441c
1290 * the first is allways the native one 1290 * the first is allways the native one
1291 * @return the choosen format 1291 * @return the choosen format
1292 * - encoding: unused 1292 * - encoding: unused
1293 * - decoding: set by user, if not set then the native format will always be choosen 1293 * - decoding: set by user, if not set then the native format will always be choosen
1294 */ 1294 */
1295 enum PixelFormat (*get_format)(struct AVCodecContext *s, enum PixelFormat * fmt); 1295 enum PixelFormat (*get_format)(struct AVCodecContext *s, const enum PixelFormat * fmt);
1296 1296
1297 /** 1297 /**
1298 * DTG active format information (additionnal aspect ratio 1298 * DTG active format information (additionnal aspect ratio
1299 * information only used in DVB MPEG2 transport streams). 0 if 1299 * information only used in DVB MPEG2 transport streams). 0 if
1300 * not set. 1300 * not set.