]> granicus.if.org Git - libvpx/commit
Fixing clang warning.
authorDmitry Kovalev <dkovalev@google.com>
Tue, 29 Oct 2013 21:50:27 +0000 (14:50 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Tue, 29 Oct 2013 21:50:27 +0000 (14:50 -0700)
commitcd94eee45fbd4e5148a161fcd753d9696984e0e1
tree078753b18711221d54db99a9ce9df16050dc1ba3
parentb4139d582da35b8ead22d6dc77055ab31175034e
Fixing clang warning.

Warning was: "implicit conversion from enumeration type 'VPX_SCALING_MODE'
(aka 'enum vpx_scaling_mode_1d') to different enumeration type
'VPX_SCALING'".

Change-Id: I45689e439a8775bc1e7534d0ea1ff7c729f2c7f5
vp9/vp9_cx_iface.c