Remove inappropriate const qualifier from function argument, fixes the warning:
authorDiego Biurrun <diego@biurrun.de>
Wed, 7 Jan 2009 01:19:48 +0000 (01:19 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 7 Jan 2009 01:19:48 +0000 (01:19 +0000)
commit3a8e375acf5d58552b77eba1aba4177205fcda91
tree0bb142ebd4a20528e4b656191681b61dab463bdc
parent4929c63679c8660762d253e05cb10e737aeadc11
Remove inappropriate const qualifier from function argument, fixes the warning:
libavformat/dvenc.c:256: warning: passing argument 2 of ‘av_fifo_generic_write’ discards qualifiers from pointer target type

Originally committed as revision 16460 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/dv.h
libavformat/dvenc.c