]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_vc2hq.c
Merge commit 'c11c693accaad65d3f4afa44c27f2338a2e3bf8f'
[ffmpeg] / libavformat / rtpdec_vc2hq.c
index 62da59a516ca2f4a511a95f1cf91cf9cf4de14d6..8a3996a035aebd00b71433fd33101d245572a7ae 100644 (file)
@@ -165,7 +165,7 @@ static int vc2hq_handle_frame_fragment(AVFormatContext *ctx, PayloadContext *pl_
     if (res < 0)
         return res;
 
-    fill_parse_info_header(pl_ctx, pkt->data, 0xE8, pl_ctx->frame_size);
+    fill_parse_info_header(pl_ctx, pkt->data, DIRAC_PCODE_PICTURE_HQ, pl_ctx->frame_size);
     AV_WB32(&pkt->data[13], pl_ctx->frame_nr);
 
     pl_ctx->frame_size = 0;