Skip to content

Commit

Permalink
fix snafoo
Browse files Browse the repository at this point in the history
  • Loading branch information
adaviding committed Feb 2, 2023
1 parent 96adea6 commit 024e154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libavformat/panr.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static int read_header(AVFormatContext * format_ctx)
avst->nb_frames = 0;

// For ffmpeg 5.1.2 build, we noticed that this field does not exist anymore.
+ // avst->need_parsing = AVSTREAM_PARSE_NONE;
// avst->need_parsing = AVSTREAM_PARSE_NONE;

if (memcmp(&demux_ctx->file_header.majortype, &PANR_MEDIATYPE_Video, sizeof(GUID)) == 0)
{
Expand Down

0 comments on commit 024e154

Please sign in to comment.