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
lavc: update documentation for AVFrame.extended_data
tags/n1.1
Justin Ruggles
13 years ago
parent
7638f0b2fe
commit
8441909f49
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
@@ -990,7 +990,7 @@ typedef struct AVFrame {
* extended_data must be used by the decoder in order to access all
* channels.
*
* encoding:
unused
* encoding:
set by user
* decoding: set by AVCodecContext.get_buffer()
*/
uint8_t **extended_data;
Write
Preview
Loading…
Cancel
Save