Browse Source

lavc: document which parts of AVHWAccel are private.

tags/n2.3
Anton Khirnov Luca Barbato 12 years ago
parent
commit
08bb256758
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      libavcodec/avcodec.h

+ 7
- 0
libavcodec/avcodec.h View File

@@ -2937,6 +2937,13 @@ typedef struct AVHWAccel {
*/
int capabilities;

/*****************************************************************
* No fields below this line are part of the public API. They
* may not be used outside of libavcodec and can be changed and
* removed at will.
* New public fields should be added right above.
*****************************************************************
*/
struct AVHWAccel *next;

/**


Loading…
Cancel
Save