Mercurial > libavcodec.hg
changeset 1404:321fd44a1e3e libavcodec
use codec_tag for encoding too
author | michaelni |
---|---|
date | Mon, 18 Aug 2003 09:20:02 +0000 |
parents | bd42cc06ceb7 |
children | e69f99ade5b0 |
files | avcodec.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;