X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fvideo.h;h=486cd8851c6b83989dd9933366742cd33dd019d7;hb=d17615d470bf7c85499632533f74bd812a584b12;hp=496baa35a843d43816117375a1c5d8810418e177;hpb=b1ff86e64fa8cd67815d7ff7b8ac6a7c320704da;p=vlc diff --git a/include/video.h b/include/video.h index 496baa35a8..486cd8851c 100644 --- a/include/video.h +++ b/include/video.h @@ -11,16 +11,15 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. *****************************************************************************/ /***************************************************************************** @@ -152,8 +151,6 @@ typedef struct subpicture_s struct { int i_offset[2]; /* byte offsets to data */ - int i_x1, i_x2; /* X coordinates */ - int i_y1, i_y2; /* Y coordinates */ } spu; } type;