# HG changeset patch # User michaelni # Date 1061198402 0 # Node ID 321fd44a1e3e3f78aeb72dccbcf2d6d2f465c787 # Parent bd42cc06ceb78185c878238cee08650078643c0b use codec_tag for encoding too diff -r bd42cc06ceb7 -r 321fd44a1e3e avcodec.h --- a/avcodec.h Fri Aug 15 19:58:27 2003 +0000 +++ b/avcodec.h Mon Aug 18 09:20:02 2003 +0000 @@ -611,7 +611,7 @@ /** * fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A'). * this is used to workaround some encoder bugs - * - encoding: unused + * - encoding: set by user, if not then the default based on codec_id will be used * - decoding: set by user, will be converted to upper case by lavc during init */ unsigned int codec_tag;