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,
|
static int raw_decode(AVCodecContext *avctx,
|
||||||
void *data, int *data_size,
|
void *data, int *data_size,
|
||||||
uint8_t *buf, int buf_size)
|
const uint8_t *buf, int buf_size)
|
||||||
{
|
{
|
||||||
RawVideoContext *context = avctx->priv_data;
|
RawVideoContext *context = avctx->priv_data;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user