This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
reindent.
tags/n0.8
Ronald S. Bultje
15 years ago
parent
f1ef2cd9ed
commit
4e84f994d3
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save