projects
/
handbrake
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
582d017
)
Add framerate values for 30, 50, 60000/1001 and 60 fps.
author
Rodeo
<tdskywalker@gmail.com>
Mon, 19 Mar 2012 22:00:26 +0000
(22:00 +0000)
committer
Rodeo
<tdskywalker@gmail.com>
Mon, 19 Mar 2012 22:00:26 +0000
(22:00 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4518
b64f7644
-9d1e-0410-96f1-
a4d463321fa5
libhb/common.c
patch
|
blob
|
history
diff --git
a/libhb/common.c
b/libhb/common.c
index a5e16984c118d60f5b6f7618467f8c98bf4089c5..adbd5591eb69b4e3b78e1ae014694812694ce38d 100644
(file)
--- a/
libhb/common.c
+++ b/
libhb/common.c
@@
-19,7
+19,8
@@
hb_rate_t hb_video_rates[] =
{ { "5", 5400000 }, { "10", 2700000 }, { "12", 2250000 },
{ "15", 1800000 }, { "23.976", 1126125 }, { "24", 1125000 },
- { "25", 1080000 }, { "29.97", 900900 } };
+ { "25", 1080000 }, { "29.97", 900900 }, { "30", 900000 },
+ { "50", 540000 }, { "59.94", 450450 }, { "60", 450000 } };
int hb_video_rates_count = sizeof( hb_video_rates ) /
sizeof( hb_rate_t );