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 typo
Originally committed as revision 9841 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Panagiotis Issaris
18 years ago
parent
d2ace376b0
commit
b9ca204284
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/mpegvideo_common.h
+ 1
- 1
libavcodec/mpegvideo_common.h
View File
@@ -522,7 +522,7 @@ static inline void qpel_motion(MpegEncContext *s,
}
/**
* h263 ch
o
rma 4mv motion compensation.
* h263 chr
o
ma 4mv motion compensation.
*/
static inline void chroma_4mv_motion(MpegEncContext *s,
uint8_t *dest_cb, uint8_t *dest_cr,
Write
Preview
Loading…
Cancel
Save