comparison avcodec.h @ 1402:f662e9c86cf2 libavcodec

* fixing a regression in mpeg encoder (not setting pix_fmt), this is hardly the right way to do things, but it'll suffice for now. * patch from Gildas Bazin gbazin at altern dot org * fix for a 10l in configure * gcc 2.95.3 and Solaris build in general are not ready for -Werror in libavformat/Makefile
author romansh
date Tue, 12 Aug 2003 18:20:29 +0000
parents da0b3a50d209
children 321fd44a1e3e
comparison
equal deleted inserted replaced
1401:f5a107782a66 1402:f662e9c86cf2
453 */ 453 */
454 int gop_size; 454 int gop_size;
455 455
456 /** 456 /**
457 * pixel format, see PIX_FMT_xxx. 457 * pixel format, see PIX_FMT_xxx.
458 * - encoding: unused 458 * - encoding: FIXME: used by ffmpeg to decide whether an pix_fmt
459 * conversion is in order. This only works for
460 * codecs with one supported pix_fmt, we should
461 * do something for a generic case as well.
459 * - decoding: set by lavc. 462 * - decoding: set by lavc.
460 */ 463 */
461 enum PixelFormat pix_fmt; 464 enum PixelFormat pix_fmt;
462 465
463 /** 466 /**