]> git.sesse.net Git - vlc/blobdiff - include/vlc_es.h
Removed es_format_t::i_aspect.
[vlc] / include / vlc_es.h
index 21b6ea519b7b560c1c735b43321d1d0604c3cd75..02cd8c8835d9c33388da436c7a250932dad49e34 100644 (file)
@@ -105,7 +105,6 @@ struct audio_format_t
 struct video_format_t
 {
     vlc_fourcc_t i_chroma;                               /**< picture chroma */
-    unsigned int i_aspect;                                 /**< aspect ratio */
 
     unsigned int i_width;                                 /**< picture width */
     unsigned int i_height;                               /**< picture height */