]> git.sesse.net Git - ffmpeg/commit
h264: drop any pretense of support for data partitioning
authorAnton Khirnov <anton@khirnov.net>
Mon, 19 Jan 2015 20:58:12 +0000 (21:58 +0100)
committerAnton Khirnov <anton@khirnov.net>
Tue, 27 Jan 2015 08:10:12 +0000 (09:10 +0100)
commit167e004e1aca7765686ed95d7cd8ea5064d4f6f6
tree89e5b1b4c1d90289e211c63a25c5dc17df0ec13c
parent58ae8d595724150c407ca2c2df3aa4bd5580397c
h264: drop any pretense of support for data partitioning

It does not work correctly and apparently never did. There is no
indication that this (mis)feature is ever used in the wild or even that
any software other than the reference supports it.

Since the code that attempts to support it adds some nontrivial
complexity and has resulted in several bugs in the past, it is better to
just drop it.
libavcodec/h264.c
libavcodec/h264.h
libavcodec/h264_slice.c