mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
const
Originally committed as revision 11724 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -936,7 +936,7 @@ static int decode_init(AVCodecContext *avctx)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size){
|
||||
static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size){
|
||||
FFV1Context *f = avctx->priv_data;
|
||||
RangeCoder * const c= &f->c;
|
||||
const int width= f->width;
|
||||
|
||||
Reference in New Issue
Block a user