Browse code

Remove the "b" from "Mb" in -b values for the dnxhd tests.

They are just ignored, and tend to confuse both machines and humans.

Originally committed as revision 23628 to svn://svn.ffmpeg.org/ffmpeg/trunk

Stefano Sabatini authored on 2010/06/17 03:27:52
Showing 1 changed files
... ...
@@ -219,17 +219,17 @@ fi
219 219
 
220 220
 if [ -n "$do_dnxhd_1080i" ] ; then
221 221
 # FIXME: interlaced raw DNxHD decoding is broken
222
-do_video_encoding dnxhd-1080i.mov "" "-vcodec dnxhd -flags +ildct -s hd1080 -b 120Mb -pix_fmt yuv422p -vframes 5 -an"
222
+do_video_encoding dnxhd-1080i.mov "" "-vcodec dnxhd -flags +ildct -s hd1080 -b 120M -pix_fmt yuv422p -vframes 5 -an"
223 223
 do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p"
224 224
 fi
225 225
 
226 226
 if [ -n "$do_dnxhd_720p" ] ; then
227
-do_video_encoding dnxhd-720p.dnxhd "" "-s hd720 -b 90Mb -pix_fmt yuv422p -vframes 5 -an"
227
+do_video_encoding dnxhd-720p.dnxhd "" "-s hd720 -b 90M -pix_fmt yuv422p -vframes 5 -an"
228 228
 do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p"
229 229
 fi
230 230
 
231 231
 if [ -n "$do_dnxhd_720p_rd" ] ; then
232
-do_video_encoding dnxhd-720p-rd.dnxhd "" "-threads 4 -mbd rd -s hd720 -b 90Mb -pix_fmt yuv422p -vframes 5 -an"
232
+do_video_encoding dnxhd-720p-rd.dnxhd "" "-threads 4 -mbd rd -s hd720 -b 90M -pix_fmt yuv422p -vframes 5 -an"
233 233
 do_video_decoding "-r 25" "-s cif -pix_fmt yuv420p"
234 234
 fi
235 235