Remove useless assignment from h263_pred_dc() found by the clang static analyzer.
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 17 Apr 2009 12:57:47 +0000 (12:57 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 17 Apr 2009 12:57:47 +0000 (12:57 +0000)
commitc2394854edf85af75c36ef974fa85433b0c15fc0
tree38e7c641d598d15488b1ad11fbef6a916742ea66
parent6e21a5b1ae208aa77b70207207e7048ed841f889
Remove useless assignment from h263_pred_dc() found by the clang static analyzer.

Originally committed as revision 18547 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h263.c