]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/audiotoolboxdec.c
avcodec/nellymoserenc: Cleanup generically on init failure
[ffmpeg] / libavcodec / audiotoolboxdec.c
index 5c0a9de8f636fe0516808c56b1aa4ec079d09034..66055b79aaa069ff461d30615fcabf5d8344a64f 100644 (file)
@@ -483,7 +483,7 @@ static int ffat_decode(AVCodecContext *avctx, void *data,
     if (avctx->codec_id == AV_CODEC_ID_AAC) {
         if (!at->extradata_size) {
             uint8_t *side_data;
-            int side_data_size = 0;
+            int side_data_size;
 
             side_data = av_packet_get_side_data(avpkt, AV_PKT_DATA_NEW_EXTRADATA,
                                                 &side_data_size);