Move the size of the H264Context delayed_pic array into a #define.
authorAlexander Strange <astrange@ithinksw.com>
Tue, 15 Jul 2008 21:30:04 +0000 (21:30 +0000)
committerAlexander Strange <astrange@ithinksw.com>
Tue, 15 Jul 2008 21:30:04 +0000 (21:30 +0000)
commit64b9d48f765ff6bf6c6e41edf690c56a4e0cdb8b
treebec409271497df98e3c676bb652125d54df15f7b
parentdeaab5fc32134ea53bff2ab46f95dd493ecf94c1
Move the size of the H264Context delayed_pic array into a #define.
This improves readability by getting rid of some magic numbers.

Originally committed as revision 14248 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c
libavcodec/h264.h