projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'qatar/master'
[ffmpeg.git]
/
libavcodec
/
dvdec.c
diff --git
a/libavcodec/dvdec.c
b/libavcodec/dvdec.c
index
4e09d0d
..
9178524
100644
(file)
--- a/
libavcodec/dvdec.c
+++ b/
libavcodec/dvdec.c
@@
-313,7
+313,7
@@
static int dvvideo_decode_frame(AVCodecContext *avctx,
void *data, int *data_size,
AVPacket *avpkt)
{
-
const
uint8_t *buf = avpkt->data;
+ uint8_t *buf = avpkt->data;
int buf_size = avpkt->size;
DVVideoContext *s = avctx->priv_data;
const uint8_t* vsc_pack;