Add maxrate and bufsize specifications for iPod presets. I omitted these

originally as I thought x264 set these automatically when specifying a level.

Originally committed as revision 16629 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Robert Swain 2009-01-16 02:20:24 +00:00
parent 4e2b48760b
commit 76bd1cd8e1
2 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,5 @@ coder=0
bf=0
flags2=-wpred-dct8x8
level=13
maxrate=768000
bufsize=3000000

View File

@ -3,3 +3,5 @@ bf=0
refs=1
flags2=-wpred-dct8x8
level=30
maxrate=10000000
bufsize=10000000