Browse Source

reindent.

tags/n0.8
Ronald S. Bultje 15 years ago
parent
commit
4e84f994d3
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      libavcodec/h264_mp4toannexb_bsf.c

+ 1
- 3
libavcodec/h264_mp4toannexb_bsf.c View File

@@ -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