OSDN Git Service

data parameter of dnxhd_encode_picture() should not be const.
authorDaniel Verkamp <daniel@drv.nu>
Fri, 8 May 2009 19:41:21 +0000 (19:41 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 8 May 2009 19:41:21 +0000 (19:41 +0000)
commit10ce919561f943f3e6f85b94c124227e204c6a96
treecb901c346fd2073596c5653a4214115dfbf58615
parentb755a754d144cf166ab5ab62260f8b351d969187
data parameter of dnxhd_encode_picture() should not be const.
Fixes "dnxhdenc.c:805: warning: initialization from incompatible pointer type".
patch by Daniel Verkamp, daniel drv nu

Originally committed as revision 18773 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/dnxhdenc.c