[FFmpeg-devel] [PATCH] Support absolute DOS paths for presets.

Ramiro Polla ramiro.polla
Fri Oct 10 20:38:35 CEST 2008


On Fri, Oct 10, 2008 at 2:55 PM, M?ns Rullg?rd <mans at mansr.com> wrote:
> "Ramiro Polla" <ramiro.polla at gmail.com> writes:
>
>> Index: ffmpeg.c
>> ===================================================================
>> --- ffmpeg.c  (revision 15593)
>> +++ ffmpeg.c  (working copy)
>> @@ -3685,7 +3685,7 @@
>>              f= fopen(tmp, "r");
>>          }
>>      }
>> -    if(!f && ((arg[0]=='.' && arg[1]=='/') || arg[0]=='/')){
>> +    if(!f && ((arg[0]=='.' && arg[1]=='/') || arg[0]=='/' || is_dos_path(arg))){
>
> Please break that line, preferably after the last ||.
>
> --
> M?ns Rullg?rd
> mans at mansr.com
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dospaths_presets2.diff
Type: text/x-diff
Size: 405 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081010/c67af346/attachment.diff>



More information about the ffmpeg-devel mailing list