Add ASS subtitles to the subtitles file chooser dialog.

patch by Piotr Kaczuba, pepe attika_ath_cx


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20075 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-10-05 18:39:06 +00:00
parent 27f91d06d9
commit dfce3e3f9c
1 changed files with 2 additions and 1 deletions

View File

@ -72,9 +72,10 @@ char * fsSubtitleFilterNames[][2] =
{ "SMI (*.smi)", "*.smi" },
{ "RT (*.rt) ", "*.rt" },
{ "TXT (*.txt)", "*.txt" },
{ "ASS (*.ass)", "*.ass" },
{ "SSA (*.ssa)", "*.ssa" },
{ "AQT (*.aqt)", "*.aqt" },
{ "Subtitles", "*.utf,*.sub,*.srt,*.smi,*.rt,*.txt,*.ssa,*.aqt" },
{ "Subtitles", "*.utf,*.sub,*.srt,*.smi,*.rt,*.txt,*.ass,*.ssa,*.aqt" },
{ "All files", "*" },
{ NULL,NULL }
};