]> git.sesse.net Git - vlc/blobdiff - include/vlc_es.h
* configure.ac: fix typo in ffmpeg's libpostproc detection.
[vlc] / include / vlc_es.h
index 1543fe97d572a182eadfc1503196b876a09161f4..5cf15bc15700ec69a237cb7e0e308ffdc86568fb 100644 (file)
@@ -18,7 +18,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef _VLC_ES_H
@@ -128,9 +128,9 @@ struct subs_format_t
         uint32_t palette[16+1];
 
         /* the width of the original movie the spu was extracted from */
-        int    i_original_frame_width;
+        int i_original_frame_width;
         /* the height of the original movie the spu was extracted from */
-        int    i_original_frame_height;
+        int i_original_frame_height;
     } spu;
 
     struct