]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpenc.c
lavfi/lavfutils: switch to the new decoding API
[ffmpeg] / libavformat / rtpenc.c
index 63047beccc8d750de68581c7a1751b1a0388a709..9ef7e9094dd75c2812a136cd89f1b4ccdfed2280 100644 (file)
@@ -589,7 +589,7 @@ static int rtp_write_packet(AVFormatContext *s1, AVPacket *pkt)
         break;
     case AV_CODEC_ID_H263:
         if (s->flags & FF_RTP_FLAG_RFC2190) {
-            int mb_info_size = 0;
+            int mb_info_size;
             const uint8_t *mb_info =
                 av_packet_get_side_data(pkt, AV_PKT_DATA_H263_MB_INFO,
                                         &mb_info_size);