~ubuntu-branches/ubuntu/intrepid/gstreamer0.10-ffmpeg/intrepid

« back to all changes in this revision

Viewing changes to debian/patches/02_g-enum-value-array-null-termination.patch

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2008-01-09 13:04:18 UTC
  • Revision ID: james.westby@ubuntu.com-20080109130418-dw3u5mj9vrux0xhc
Tags: 0.10.3-4ubuntu1
* Sync with Debian.
  - debian/rules:
    + Point out that this is Ubuntu and not Debian.
  - debian/control:
    + Modify Maintainer value to match the DebianMaintainerField
      specification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- ext/ffmpeg/gstffmpegcfg.c   2007/11/03 16:14:52     1.7
 
2
+++ ext/ffmpeg/gstffmpegcfg.c   2007/12/15 11:48:50     1.7.2.1
 
3
@@ -223,6 +223,7 @@
 
4
       {0, "Disabled", "off"},
 
5
       {1, "Only after I-frames", "key"},
 
6
       {2, "Always", "all"},
 
7
+      {0, NULL, NULL}
 
8
     };
 
9
 
 
10
     ffmpeg_pre_me_type =
 
11
@@ -243,6 +244,7 @@
 
12
       {FF_PRED_LEFT, "Left", "left"},
 
13
       {FF_PRED_PLANE, "Plane", "plane"},
 
14
       {FF_PRED_MEDIAN, "Median", "median"},
 
15
+      {0, NULL, NULL}
 
16
     };
 
17
 
 
18
     ffmpeg_pred_method =