]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_vp8.c
movenc: Remove an unnecessary condition when flushing fragments
[ffmpeg] / libavformat / rtpdec_vp8.c
index 3db61c143e0f43b3fcc4619e35076d549afb830c..fc86ac1dd3b5d078f92ae9657151788e54a2f3ee 100644 (file)
@@ -82,7 +82,7 @@ static int vp8_handle_packet(AVFormatContext *ctx, PayloadContext *vp8,
         keyidx_present = 0;
     int pictureid = -1, pictureid_mask = 0;
     int returned_old_frame = 0;
-    uint32_t old_timestamp;
+    uint32_t old_timestamp = 0;
 
     if (!buf) {
         if (vp8->data) {