~ubuntu-branches/ubuntu/utopic/ffmpeg-debian/utopic

« back to all changes in this revision

Viewing changes to debian/patches/020_visibility_patch

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-11-15 19:44:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081115194429-zwlw86ht1rctd8z9
Tags: 3:0.svn20081115-1ubuntu1
* merge from debian.
* keep myself in the maintainer field. If you are touching this or the
  'ffmpeg' package in multiverse, please get in touch with me. Both
  source packages come from the same packaging branch.
* drop dependency on faad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
339
339
 
340
340
 /* pngdec.c */
341
341
 void ff_add_png_paeth_prediction(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp);
342
 
@@ -82,7 +82,7 @@ const uint8_t ff_zigzag248_direct[64] = 
 
342
@@ -85,7 +85,7 @@ const uint8_t ff_zigzag248_direct[64] = 
343
343
 };
344
344
 
345
345
 /* not permutated inverse zigzag_direct + 1 for MMX quantizer */
348
348
 
349
349
 const uint8_t ff_alternate_horizontal_scan[64] = {
350
350
     0,  1,   2,  3,  8,  9, 16, 17,
351
 
@@ -107,7 +107,7 @@ const uint8_t ff_alternate_vertical_scan
 
351
@@ -110,7 +110,7 @@ const uint8_t ff_alternate_vertical_scan
352
352
 };
353
353
 
354
354
 /* a*inverse[b]>>32 == a/b for all 0<=a<=65536 && 2<=b<=255 */
377
377
 
378
378
 /* VP3 DSP functions */
379
379
 void ff_vp3_idct_c(DCTELEM *block/* align 16*/);
380
 
@@ -830,4 +832,6 @@ static inline void copy_block17(uint8_t 
 
380
@@ -817,4 +819,6 @@ static inline void copy_block17(uint8_t 
381
381
     }
382
382
 }
383
383
 
514
514
 #define interlaced_dct interlaced_dct_is_a_bad_name
515
515
 #define mb_intra mb_intra_is_not_initialized_see_mb_type
516
516
 
517
 
@@ -462,4 +464,6 @@ typedef struct H264Context{
518
 
     uint32_t svq3_watermark_key;
 
517
@@ -488,4 +490,6 @@ typedef struct H264Context{
 
518
     SEI_PicStructType sei_pic_struct;
519
519
 }H264Context;
520
520
 
521
521
+END_HIDDEN
961
961
 #define FRAME_SKIPPED 100 ///< return value for header parsers if frame is not coded
962
962
 
963
963
 enum OutputFormat {
964
 
@@ -690,7 +692,7 @@ void ff_write_quant_matrix(PutBitContext
 
964
@@ -691,7 +693,7 @@ void ff_write_quant_matrix(PutBitContext
965
965
 int ff_find_unused_picture(MpegEncContext *s, int shared);
966
966
 void ff_denoise_dct(MpegEncContext *s, DCTELEM *block);
967
967
 void ff_update_duplicate_context(MpegEncContext *dst, MpegEncContext *src);
970
970
 
971
971
 void ff_er_frame_start(MpegEncContext *s);
972
972
 void ff_er_frame_end(MpegEncContext *s);
973
 
@@ -865,5 +867,7 @@ void ff_wmv2_encode_mb(MpegEncContext * 
 
973
@@ -866,5 +868,7 @@ void ff_wmv2_encode_mb(MpegEncContext * 
974
974
                        DCTELEM block[6][64],
975
975
                        int motion_x, int motion_y);
976
976