diff options
Diffstat (limited to 'contrib/ffmpeg/libavcodec/cljr.c')
-rw-r--r-- | contrib/ffmpeg/libavcodec/cljr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/ffmpeg/libavcodec/cljr.c b/contrib/ffmpeg/libavcodec/cljr.c index 44810f5cf..6b76411ac 100644 --- a/contrib/ffmpeg/libavcodec/cljr.c +++ b/contrib/ffmpeg/libavcodec/cljr.c @@ -17,7 +17,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** @@ -38,7 +37,7 @@ typedef struct CLJRContext{ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { CLJRContext * const a = avctx->priv_data; AVFrame *picture = data; |