Rename alloc_picture to ff_alloc_picture and move its definition
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Wed, 27 May 2009 19:55:35 +0000 (19:55 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Wed, 27 May 2009 19:55:35 +0000 (19:55 +0000)
commita4a750d3b2fbac34cbe3968db0988eb3af911f8f
tree1281abb219aa3a5e618d94dbe9b50184d5bd52a9
parent50352827f6444cf74fe37de9827c3ebb9a55fbcb
Rename alloc_picture to ff_alloc_picture and move its definition
in mpegvideo.h to avoid including mpegvideo_common.h in mpeg12.c,
because it contains motion code.

Originally committed as revision 18968 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpeg12.c
libavcodec/mpegvideo.c
libavcodec/mpegvideo.h
libavcodec/mpegvideo_enc.c