X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcodec%2Fspudec%2Fspudec.h;h=9e5b5fbbc5af385e43374423d114b7bd4cb24aef;hb=ee38aedbf6dcf17e734881b68c2006a31cbb3308;hp=5d59b52f56f2a5a711f420699b978ea9c7afad26;hpb=a2590d21c202b91c9eb447f26594f3f312de1002;p=vlc diff --git a/modules/codec/spudec/spudec.h b/modules/codec/spudec/spudec.h index 5d59b52f56..9e5b5fbbc5 100644 --- a/modules/codec/spudec/spudec.h +++ b/modules/codec/spudec/spudec.h @@ -10,7 +10,7 @@ * 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 @@ -38,25 +38,6 @@ struct decoder_sys_t uint8_t buffer[65536]; }; -typedef struct subpicture_data_t -{ - mtime_t i_pts; /* presentation timestamp */ - - int pi_offset[2]; /* byte offsets to data */ - void *p_data; - - /* Color information */ - vlc_bool_t b_palette; - uint8_t pi_alpha[4]; - uint8_t pi_yuv[4][3]; - - /* Auto crop fullscreen subtitles */ - vlc_bool_t b_auto_crop; - int i_y_top_offset; - int i_y_bottom_offset; - -} subpicture_data_t; - /***************************************************************************** * Amount of bytes we GetChunk() in one go *****************************************************************************/ @@ -77,4 +58,4 @@ typedef struct subpicture_data_t /***************************************************************************** * Prototypes *****************************************************************************/ -subpicture_t * E_(ParsePacket)( decoder_t * ); +subpicture_t * ParsePacket( decoder_t * );