mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-13 08:34:47 +00:00
const
Originally committed as revision 11738 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3cd7c7fb1b
commit
da2036c54e
@ -96,7 +96,7 @@ static void flip(AVCodecContext *avctx, AVPicture * picture){
|
||||
|
||||
static int raw_decode(AVCodecContext *avctx,
|
||||
void *data, int *data_size,
|
||||
uint8_t *buf, int buf_size)
|
||||
const uint8_t *buf, int buf_size)
|
||||
{
|
||||
RawVideoContext *context = avctx->priv_data;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user