[FFmpeg-devel] [PATCH] examples/qsvdec: remove the deprecated field	refcounted_frames
    Zhong Li 
    zhong.li at intel.com
       
    Wed Jan 10 10:39:16 EET 2018
    
    
  
It was just useful for deprecated API (avcodec_decode_video2),
but useless for new decode APIs (avcodec_send_packet/avcodec_receive_frame).
Signed-off-by: Zhong Li <zhong.li at intel.com>
---
 doc/examples/qsvdec.c | 1 -
 1 file changed, 1 deletion(-)
diff --git a/doc/examples/qsvdec.c b/doc/examples/qsvdec.c
index 46e6ddc..cede615 100644
--- a/doc/examples/qsvdec.c
+++ b/doc/examples/qsvdec.c
@@ -210,7 +210,6 @@ int main(int argc, char **argv)
                video_st->codecpar->extradata_size);
         decoder_ctx->extradata_size = video_st->codecpar->extradata_size;
     }
-    decoder_ctx->refcounted_frames = 1;
 
     decoder_ctx->opaque      = &decode;
     decoder_ctx->get_format  = get_format;
-- 
1.8.3.1
    
    
More information about the ffmpeg-devel
mailing list