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
avcodec: Fix a doxy comment to refer to the right function
CC:
libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n2.5
Martin Storsjö
10 years ago
parent
2f172f1ae9
commit
d07ddc93e2
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
@@ -473,7 +473,7 @@ enum AVCodecID {
/**
* This struct describes the properties of a single codec described by an
* AVCodecID.
* @see avcodec_
get_
descriptor()
* @see avcodec_descriptor
_get
()
*/
typedef struct AVCodecDescriptor {
enum AVCodecID id;
Write
Preview
Loading…
Cancel
Save