slitaz-tools rev 994

tazbox/video: add 3gp files
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 04 13:59:25 2016 +0200 (2016-06-04)
parents 9c65d6b2f381
children bcfa8533c73f
files tazbox/tazbox
line diff
     1.1 --- a/tazbox/tazbox	Sat Jun 04 13:50:50 2016 +0200
     1.2 +++ b/tazbox/tazbox	Sat Jun 04 13:59:25 2016 +0200
     1.3 @@ -638,7 +638,7 @@
     1.4  	[ "${1:0:1}" == "/" ] && file="$1"
     1.5  	[ -s "$file" ] || file="$(yad --file --width='600' --height='500' --add-preview \
     1.6  		--window-icon $icon --title "$(_ 'Select the video file')" --center \
     1.7 -		--file-filter="$(_ 'All video files')|*.mp4 *.m4v *.webm *.ogg *.ogv *.flv *.avi" \
     1.8 +		--file-filter="$(_ 'All video files')|*.mp4 *.m4v *.webm *.ogg *.ogv *.flv *.avi *.3gp" \
     1.9  		--file-filter="$(_ 'All files')|*")"
    1.10  	[ -s "$file" ] || return
    1.11