comparison avcodec.h @ 1543:7542cb99b950 libavcodec

* providing MPEG codecs with a generic fields in AVFrame to use. * fixing YUV4MPEG format. * fixing a bug in DV codec where coded_frame was not set.
author romansh
date Sat, 18 Oct 2003 03:19:44 +0000
parents bcb30ec7e86f
children b340e83b8d0d
comparison
equal deleted inserted replaced
1542:576861d6343a 1543:7542cb99b950
397 \ 397 \
398 /**\ 398 /**\
399 * \ 399 * \
400 */\ 400 */\
401 int qscale_type;\ 401 int qscale_type;\
402 \
403 /**\
404 * The content of the picture is interlaced.\
405 * - encoding: set by user\
406 * - decoding: set by lavc (default 0)\
407 */\
408 int interlaced_frame;\
409 \
410 /**\
411 * if the content is interlaced, is bottom field displayed first.\
412 * - encoding: set by user\
413 * - decoding: set by lavc (default 0)\
414 */\
415 int bottom_field_first;\
402 416
403 #define FF_QSCALE_TYPE_MPEG1 0 417 #define FF_QSCALE_TYPE_MPEG1 0
404 #define FF_QSCALE_TYPE_MPEG2 1 418 #define FF_QSCALE_TYPE_MPEG2 1
405 419
406 #define FF_BUFFER_TYPE_INTERNAL 1 420 #define FF_BUFFER_TYPE_INTERNAL 1