# HG changeset patch # User aurel # Date 1161562218 0 # Node ID f355352674091fd60364a661f0d46a88dca1f7fd # Parent cefc8e8de267523e4b66ee299164ef8d9e88076f document the extradata protocol for VP6F diff -r cefc8e8de267 -r f35535267409 flvdec.c --- a/flvdec.c Sun Oct 22 23:23:55 2006 +0000 +++ b/flvdec.c Mon Oct 23 00:10:18 2006 +0000 @@ -17,6 +17,12 @@ * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA + * + * + * This demuxer will generate a 1 byte extradata for VP6F content. + * It is composed of: + * - upper 4bits: difference between encoded width and visible width + * - lower 4bits: difference between encoded height and visible height */ #include "avformat.h"