# HG changeset patch # User aurel # Date 1161562218 0 # Node ID 7f991a9cd25200ee0310cf2bbb172b26fa1bc67c # Parent 683d458a251fbb3b0da2da593593be85a5e48b82 document the extradata protocol for VP6F diff -r 683d458a251f -r 7f991a9cd252 vp6.c --- a/vp6.c Sun Oct 22 23:19:42 2006 +0000 +++ b/vp6.c Mon Oct 23 00:10:18 2006 +0000 @@ -19,6 +19,11 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * + * The VP6F decoder accept an optional 1 byte extradata. It is composed of: + * - upper 4bits: difference between encoded width and visible width + * - lower 4bits: difference between encoded height and visible height */ #include