[vlc-devel] [PATCH 08/14] avformat: retrieve container-level 3D stereo format if available
    Jean-Baptiste Kempf 
    jb at videolan.org
       
    Fri Sep 12 09:34:41 CEST 2014
    
    
  
On 09 Sep, Felix Abecassis wrote :
> ---
>  modules/demux/avformat/demux.c | 41 +++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 41 insertions(+)
> 
> diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c
> index e424fbd..0bbd0e3 100644
> --- a/modules/demux/avformat/demux.c
> +++ b/modules/demux/avformat/demux.c
> @@ -46,6 +46,7 @@
>  #include "../vobsub.h"
>  
>  #include <libavformat/avformat.h>
> +#include <libavutil/stereo3d.h>
This header is present in all versions we care about?
    
    
More information about the vlc-devel
mailing list