summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-07-16 02:13:37 +0000
committerjstebbins <[email protected]>2011-07-16 02:13:37 +0000
commitcdf0fe9271bd5c370e104b9b1c6d6618dca7a543 (patch)
tree31de741c3ee268de8c0d76eb9d355eb159281312 /gtk
parent48f3f1a8f08119c4d6eca9f221239a3a888e3e08 (diff)
lingui: add some preset translations that I missed
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4106 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r--gtk/src/presets.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/src/presets.c b/gtk/src/presets.c
index 39d86be9b..6f4a3588f 100644
--- a/gtk/src/presets.c
+++ b/gtk/src/presets.c
@@ -1988,6 +1988,7 @@ typedef struct
static value_map_t vcodec_xlat[] =
{
+ {"MPEG-2 (FFmpeg)", "ffmpeg2"},
{"MPEG-4 (FFmpeg)", "ffmpeg"},
{"MPEG-4 (XviD)", "ffmpeg"},
{"H.264 (x264)", "x264"},
@@ -1997,11 +1998,15 @@ static value_map_t vcodec_xlat[] =
static value_map_t acodec_xlat[] =
{
+ {"AAC (ffmpeg)", "ffaac"},
{"AAC (faac)", "faac"},
{"AAC (CoreAudio)", "faac"},
+ {"HE-AAC (CoreAudio)", "faac"},
+ {"AC3 (ffmpeg)", "ac3"},
{"AC3 Passthru", "ac3pass"},
{"DTS Passthru", "dtspass"},
{"DTS-HD Passthru", "dtshdpass"},
+ {"Auto Passthru", "auto"},
{"MP3 (lame)", "lame"},
{"Vorbis (vorbis)", "vorbis"},
{NULL,NULL}