OSDN Git Service

Fix H.264 8x8 transform selection
authorLimin Wang <lance.lmwang@gmail.com>
Sat, 24 Mar 2007 12:07:07 +0000 (12:07 +0000)
committerMåns Rullgård <mans@mansr.com>
Sat, 24 Mar 2007 12:07:07 +0000 (12:07 +0000)
commite2f3d94786317afd0ca070051d60d70269438653
tree1f9186c800763a43fef0f4e9990559845cb2ad9b
parent199c6e3cf16132dc3d4d869fd7322f16d9f13c1e
Fix H.264 8x8 transform selection

It seems that it's opt parse bug, it can't process the flags which start by
digit. After change 8x8dct to dct8x8, I can set it without problem. I guess
nobody will use it since it can't work as expected, so the quick fix is change
the option name.

Patch by Limin Wang lance dot lmwang at gmail com

Originally committed as revision 8492 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/utils.c