diff 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
line wrap: on
line diff
--- a/avcodec.h	Thu Sep 26 23:27:22 2002 +0000
+++ b/avcodec.h	Fri Sep 27 10:27:57 2002 +0000
@@ -680,7 +680,7 @@
      * fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A')
      * this is used to workaround some encoder bugs
      * encoding: unused
-     * decoding: set by user
+     * decoding: set by user, will be converted to upper case by lavc during init
      */
     int fourcc;