git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
vdpau: don't assume Picture and H264Picture are the same
[ffmpeg.git]
/
libavcodec
/
vdpau_mpeg4.c
diff --git
a/libavcodec/vdpau_mpeg4.c
b/libavcodec/vdpau_mpeg4.c
index
17205fe
..
f328e48
100644
(file)
--- a/
libavcodec/vdpau_mpeg4.c
+++ b/
libavcodec/vdpau_mpeg4.c
@@
-77,8
+77,8
@@
static int vdpau_mpeg4_start_frame(AVCodecContext *avctx,
info->non_intra_quantizer_matrix[i] = s->inter_matrix[i];
}
info->non_intra_quantizer_matrix[i] = s->inter_matrix[i];
}
- ff_vdpau_common_start_frame(pic, buffer, size);
- return ff_vdpau_add_buffer(pic, buffer, size);
+ ff_vdpau_common_start_frame(pic
_ctx
, buffer, size);
+ return ff_vdpau_add_buffer(pic
_ctx
, buffer, size);
}
static int vdpau_mpeg4_decode_slice(av_unused AVCodecContext *avctx,
}
static int vdpau_mpeg4_decode_slice(av_unused AVCodecContext *avctx,