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 in avcodec.h
Originally committed as revision 20082 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Jason Garrett-Glaser
16 years ago
parent
0e71841b05
commit
8ea08becfa
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/avcodec.h
+ 1
- 1
libavcodec/avcodec.h
View File
@@ -2525,7 +2525,7 @@ typedef struct AVCodecContext {
* - encoding: Set by user
* - decoding: Set by libavcodec
*/
enum AVChromaLocation chroma_sample_location;
enum AVChromaLocation chroma_sample_location;
} AVCodecContext;
/**
Write
Preview
Loading…
Cancel
Save