[vlc-devel] [vlc-commits] vdr: force MPEG-TS demuxer

Tobias Güntner fatbull at web.de
Tue Nov 25 16:55:22 CET 2014


Am 02.07.2013 um 12:56 schrieb Tobias Güntner:
> Hello!
>
>> vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed
>> Apr 17 20:07:16 2013 +0300| [d81003671d615d4498deb6c783a0df0cbae9e23a]
>> | committer: Rémi Denis-Courmont
>>
>> vdr: force MPEG-TS demuxer
>>
>>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d81003671d615d4498deb6c783a0df0cbae9e23a
>>>
>> ---
>>
>>  modules/access/vdr.c |    2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/modules/access/vdr.c b/modules/access/vdr.c
>> index f2ee8ff..fbaeaf0 100644
>> --- a/modules/access/vdr.c
>> +++ b/modules/access/vdr.c
>> @@ -202,6 +202,8 @@ static int Open( vlc_object_t *p_this )
>>          return VLC_EGENERIC;
>>      }
>>
>> +    free( p_access->psz_demux );
>> +    p_access->psz_demux = strdup( "ts" );
>>      return VLC_SUCCESS;
>>  }
>
> This breaks VLC for me. I still have lots of VDR recordings which
> require the PS demuxer. Please revert.

New patch attached. I don't know why you want to force a demuxer, but 
this patch should work.

Regards,
Tobias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-Force-MPEG-demuxer.patch
Type: text/x-patch
Size: 661 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20141125/7667c3f9/attachment.bin>


More information about the vlc-devel mailing list