H.264: eliminate non-transposed scantable support.
authorJason Garrett-Glaser <darkshikari@gmail.com>
Fri, 14 Jan 2011 19:04:59 +0000 (19:04 +0000)
committerJason Garrett-Glaser <darkshikari@gmail.com>
Fri, 14 Jan 2011 19:04:59 +0000 (19:04 +0000)
commitca32f7f2083f9ededd1d9964ed065e0ad07a01e0
tree2594083423cff0018255a7d765549ee0988489ca
parent75e4efd2a7fc93d6aaa09d6a896146f40c5d102d
H.264: eliminate non-transposed scantable support.
It was an ugly hack to begin with and didn't give any performance.

NOTE: this patch opens up some future simplifications to be made (such as
removing some of the scantables from H264Context) but doesn't take advantage
of them yet.

Originally committed as revision 26329 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c
libavcodec/h264idct.c