diff options
author | jstebbins <[email protected]> | 2009-05-26 15:25:54 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-05-26 15:25:54 +0000 |
commit | b18dfe120b0765fd4231b6dc65f6c392d762edec (patch) | |
tree | 1888b5745344aa4e22fb8c93d7a422a1228880ae /gtk/src/preset_xlat.c | |
parent | 4106a36fa2425ab6eed7d76d0c5861691cd5df17 (diff) |
LinGui: expunge the remaining bits of xvid from the gtk gui
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2449 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/preset_xlat.c')
-rw-r--r-- | gtk/src/preset_xlat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/preset_xlat.c b/gtk/src/preset_xlat.c index d3fad530e..990ea58d7 100644 --- a/gtk/src/preset_xlat.c +++ b/gtk/src/preset_xlat.c @@ -210,7 +210,7 @@ static value_map_t subtitle_xlat[] = static value_map_t vcodec_xlat[] = { {"MPEG-4 (FFmpeg)", "ffmpeg"}, - {"MPEG-4 (XviD)", "xvid"}, + {"MPEG-4 (XviD)", "ffmpeg"}, {"H.264 (x264)", "x264"}, {"VP3 (Theora)", "theora"}, {NULL,NULL} |