]> granicus.if.org Git - handbrake/commitdiff
lingui: add some preset translations that I missed
authorjstebbins <jstebbins.hb@gmail.com>
Sat, 16 Jul 2011 02:13:37 +0000 (02:13 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sat, 16 Jul 2011 02:13:37 +0000 (02:13 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4106 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/src/presets.c

index 39d86be9b62c40941d0a8618f7cd759f516a55a6..6f4a3588fcbd8b41a4bd1b906d9db10e3adfe077 100644 (file)
@@ -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}