diff libmpeg2/libmpeg2_changes.diff @ 31290:f60cd3b9d453

libmpeg2: Move pending_buffer stuff to local decoder context. It is only used in our wrapper code, so there is no point to patch it into our libmpeg2 copy. This also helps when trying to use external libmpeg2. patch by Luca Barbato
author diego
date Wed, 09 Jun 2010 16:56:21 +0000
parents 020ae1402728
children a51baa308479
line wrap: on
line diff
--- a/libmpeg2/libmpeg2_changes.diff	Wed Jun 09 16:07:46 2010 +0000
+++ b/libmpeg2/libmpeg2_changes.diff	Wed Jun 09 16:56:21 2010 +0000
@@ -355,16 +355,6 @@
  };
 
  typedef struct {
-@@ -223,6 +232,9 @@
-     //int8_t q_scale_type, scaled[4];
-     uint8_t quantizer_matrix[4][64];
-     uint8_t new_quantizer_matrix[4][64];
-+
-+    unsigned char *pending_buffer;
-+    int pending_length;
- };
-
- typedef struct {
 @@ -226,7 +238,7 @@
  };