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
fix indentation
Originally committed as revision 18503 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Baptiste Coudurier
16 years ago
parent
de481d7fed
commit
bee3140a88
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/imgconvert.c
+ 1
- 1
libavcodec/imgconvert.c
View File
@@ -495,7 +495,7 @@ static enum PixelFormat avcodec_get_pix_fmt_internal(const char *name)
for (i=0; i < PIX_FMT_NB; i++)
if (pix_fmt_info[i].name && !strcmp(pix_fmt_info[i].name, name))
return i;
return i;
return PIX_FMT_NONE;
}
Write
Preview
Loading…
Cancel
Save