diff avcodec.h @ 713:e74a563eb643 libavcodec

rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) )
author michaelni
date Tue, 01 Oct 2002 19:29:10 +0000
parents e65798d228ea
children caa4c757a47d
line wrap: on
line diff
--- a/avcodec.h	Mon Sep 30 21:36:43 2002 +0000
+++ b/avcodec.h	Tue Oct 01 19:29:10 2002 +0000
@@ -5,8 +5,8 @@
 
 #define LIBAVCODEC_VERSION_INT 0x000406
 #define LIBAVCODEC_VERSION     "0.4.6"
-#define LIBAVCODEC_BUILD       4629
-#define LIBAVCODEC_BUILD_STR   "4629"
+#define LIBAVCODEC_BUILD       4630
+#define LIBAVCODEC_BUILD_STR   "4630"
 
 enum CodecID {
     CODEC_ID_NONE, 
@@ -699,6 +699,19 @@
 #define FF_IDCT_MLIB         6
 #define FF_IDCT_ARM          7
 
+    /**
+     * slice count
+     * encoding: set by lavc
+     * decoding: set by user (or 0)
+     */
+    int slice_count;
+    /**
+     * slice offsets in the frame in bytes
+     * encoding: set/allocated by lavc
+     * decoding: set/allocated by user (or NULL)
+     */
+    int *slice_offset;
+
     //FIXME this should be reordered after kabis API is finished ...
     //TODO kill kabi
     /*