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
avcodec/samidec: small indent fix
tags/n3.0
Clément Bœsch
10 years ago
parent
26786f43d7
commit
db18b3d6e6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/samidec.c
+ 1
- 1
libavcodec/samidec.c
View File
@@ -91,7 +91,7 @@ static int sami_paragraph_to_ass(AVCodecContext *avctx, const char *src)
break;
}
if (!av_strncasecmp(p, "<BR", 3)) {
av_bprintf(dst, "\\N");
av_bprintf(dst, "\\N");
p++;
while (*p && *p != '>')
p++;
Write
Preview
Loading…
Cancel
Save