]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/qsvdec_h2645.c
avformat/hlsenc: return media_url directly if failed to get seperator
[ffmpeg] / libavcodec / qsvdec_h2645.c
index 730feed20a69dc2a0dc9dd031b7b4001f845509f..02c41883b6ab7ea4c85ac380efcaccf0cc250acb 100644 (file)
@@ -125,7 +125,7 @@ static int qsv_decode_frame(AVCodecContext *avctx, void *data,
 
     /* buffer the input packet */
     if (avpkt->size) {
-        AVPacket input_ref = { 0 };
+        AVPacket input_ref;
 
         if (av_fifo_space(s->packet_fifo) < sizeof(input_ref)) {
             ret = av_fifo_realloc2(s->packet_fifo,