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 the intra_dc_precision API doc.
The mpegvideo decoder has set intra_dc_precision since forever.
tags/n2.7
Carl Eugen Hoyos
11 years ago
parent
bf4bd427dd
commit
b69238d9ba
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
@@ -1823,7 +1823,7 @@ typedef struct AVCodecContext {
/**
* precision of the intra DC coefficient - 8
* - encoding: Set by user.
* - decoding:
unused
* - decoding:
Set by libavcodec
*/
int intra_dc_precision;
Write
Preview
Loading…
Cancel
Save