summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
c172913)
Originally committed as revision 3104 to svn://svn.ffmpeg.org/ffmpeg/trunk
if(s->frame.data[0])
avctx->release_buffer(avctx, &s->frame);
if(s->frame.data[0])
avctx->release_buffer(avctx, &s->frame);
+ s->frame.buffer_hints = FF_BUFFER_HINTS_VALID;
s->frame.reference = 0;
if(avctx->get_buffer(avctx, &s->frame) < 0) {
av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
s->frame.reference = 0;
if(avctx->get_buffer(avctx, &s->frame) < 0) {
av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
NULL,
cyuv_decode_end,
cyuv_decode_frame,
NULL,
cyuv_decode_end,
cyuv_decode_frame,