comparison avcodec.h @ 701:85b071dfc7e3 libavcodec

ff_get_fourcc() & XVIX support
author michaelni
date Fri, 27 Sep 2002 10:27:57 +0000
parents 0fb4c66527e1
children 65f9e32225ba
comparison
equal deleted inserted replaced
700:0fb4c66527e1 701:85b071dfc7e3
678 678
679 /** 679 /**
680 * fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A') 680 * fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A')
681 * this is used to workaround some encoder bugs 681 * this is used to workaround some encoder bugs
682 * encoding: unused 682 * encoding: unused
683 * decoding: set by user 683 * decoding: set by user, will be converted to upper case by lavc during init
684 */ 684 */
685 int fourcc; 685 int fourcc;
686 686
687 //FIXME this should be reordered after kabis API is finished ... 687 //FIXME this should be reordered after kabis API is finished ...
688 //TODO kill kabi 688 //TODO kill kabi