encoding-example-profiles: typo fixes

The iPhone profiles recursively included themselves. Wonder why it even
worked somewhat...
This commit is contained in:
Rudolf Polzer 2013-01-18 13:58:31 +01:00
parent 3c9b464a73
commit 5bcd52178e
1 changed files with 3 additions and 3 deletions

View File

@ -179,15 +179,15 @@ ovcopts-add = maxrate=2500k,bufsize=1000k,rc_init_occupancy=900k,level=30,profil
[enc-to-iphone]
profile-desc = "MP4 for iPhone (480x320)"
profile = enc-to-iphone
profile = enc-to-iphone-noscale
vf-add = dsize=480:320:1:2,scale=w=0:h=0,dsize=-1:-1 # panscan
[enc-to-iphone-4]
profile-desc = "MP4 for iPhone 4 (960x640)"
profile = enc-to-iphone
profile = enc-to-iphone-noscale
vf-add = dsize=960:480:1:2,scale=w=0:h=0,dsize=-1:-1 # panscan
[enc-to-iphone-5]
profile-desc = "MP4 for iPhone 5 (1136x640)"
profile = enc-to-iphone
profile = enc-to-iphone-noscale
vf-add = dsize=1136:480:1:2,scale=w=0:h=0,dsize=-1:-1 # panscan