[vlc-commits] vlc_es: don't set defaut 1:1 AR

Francois Cartegnie git at videolan.org
Sun Dec 4 12:18:31 CET 2016


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sun Dec  4 12:04:02 2016 +0100| [b1dca7f0c02e248f1aa9352c26b3c09cc4b01a8f] | committer: Francois Cartegnie

vlc_es: don't set defaut 1:1 AR

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b1dca7f0c02e248f1aa9352c26b3c09cc4b01a8f
---

 include/vlc_es.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/vlc_es.h b/include/vlc_es.h
index a8c587e..176b64f 100644
--- a/include/vlc_es.h
+++ b/include/vlc_es.h
@@ -341,7 +341,6 @@ static inline void video_format_Init( video_format_t *p_src, vlc_fourcc_t i_chro
 {
     memset( p_src, 0, sizeof( video_format_t ) );
     p_src->i_chroma = i_chroma;
-    p_src->i_sar_num = p_src->i_sar_den = 1;
     p_src->pose.f_fov_degrees = FIELD_OF_VIEW_DEGREES_DEFAULT;
 }
 



More information about the vlc-commits mailing list