[vlc-commits] demux: asf: flag dvr ms as original codec

Francois Cartegnie git at videolan.org
Fri Feb 17 11:15:00 CET 2017


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Feb 17 10:59:17 2017 +0100| [e26510aa612c47610d6daae574ed46a8bc25dd1d] | committer: Francois Cartegnie

demux: asf: flag dvr ms as original codec

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

 modules/demux/asf/asf.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/demux/asf/asf.c b/modules/demux/asf/asf.c
index e0b8270..8923299 100644
--- a/modules/demux/asf/asf.c
+++ b/modules/demux/asf/asf.c
@@ -996,6 +996,7 @@ static int DemuxInit( demux_t *p_demux )
             {
                 /* DVR-MS special ASF */
                 fmt.i_codec = VLC_CODEC_MPGV;
+                fmt.i_original_fourcc = VLC_FOURCC( 'D','V','R',' ');
             }
 
             if( p_sp->i_type_specific_data_length > 11 +



More information about the vlc-commits mailing list