]> git.sesse.net Git - ffmpeg/commit
h264pred: Add a few missing const declarations for ff_cropTbl derived pointers
authorMartin Storsjö <martin@martin.st>
Mon, 8 Apr 2013 14:34:38 +0000 (17:34 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 8 Apr 2013 18:39:15 +0000 (21:39 +0300)
commitbc0522dffacb9ef8f4eac8e47f73fea58c216799
tree32025645df76588a246b9c58ccf6a4ec2ba50e9e
parentd2ec6ea6c6c0276aaf0063c5a7290f8e11fcdb06
h264pred: Add a few missing const declarations for ff_cropTbl derived pointers

The pointers that get assigned ff_cropTbl were made const in
9e0f14f1, but other variables that transitively are assigned
based on these variables were missed.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/h264pred.c