changeset 1413:f35535267409 libavformat

document the extradata protocol for VP6F
author aurel
date Mon, 23 Oct 2006 00:10:18 +0000
parents cefc8e8de267
children 24f9fd4e003c
files flvdec.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"