Browse Source

Revert "lavc: Init AVFrame->opaque to AVCodecContext.opaque in avcodec_default_get_buffer()"

This commit causes problems for vlc, see https://trac.videolan.org/vlc/ticket/5518

This reverts commit 475fb67d0b.
tags/n0.9
Michael Niedermayer 14 years ago
parent
commit
33feba3abf
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/utils.c

+ 0
- 1
libavcodec/utils.c View File

@@ -397,7 +397,6 @@ int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic){
pic->width = s->width;
pic->height = s->height;
pic->format = s->pix_fmt;
pic->opaque = s->opaque;

if(s->debug&FF_DEBUG_BUFFERS)
av_log(s, AV_LOG_DEBUG, "default_get_buffer called on pic %p, %d buffers used\n", pic, s->internal_buffer_count);


Loading…
Cancel
Save