(cherry picked from commit 4e84f994d3)
oldabi
Ronald S. Bultje 14 years ago committed by Michael Niedermayer
parent f8bc86d47e
commit 750fbbc249
  1. 4
      libavcodec/h264_mp4toannexb_bsf.c

@ -92,9 +92,7 @@ static int h264_mp4toannexb_filter(AVBitStreamFilterContext *bsfc,
if (unit_nb)
pps_seen = 1;
}
else
{
} else {
sps_seen = 1;
}

Loading…
Cancel
Save