diff avcodec.h @ 1404:321fd44a1e3e libavcodec

use codec_tag for encoding too
author michaelni
date Mon, 18 Aug 2003 09:20:02 +0000
parents f662e9c86cf2
children 524c904a66b8
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;