|
@@ -3715,6 +3715,9 @@ typedef struct AVHWAccel { |
|
|
* Hardware acceleration should be used for decoding even if the codec level |
|
|
* Hardware acceleration should be used for decoding even if the codec level |
|
|
* used is unknown or higher than the maximum supported level reported by the |
|
|
* used is unknown or higher than the maximum supported level reported by the |
|
|
* hardware driver. |
|
|
* hardware driver. |
|
|
|
|
|
* |
|
|
|
|
|
* It's generally a good idea to pass this flag unless you have a specific |
|
|
|
|
|
* reason not to, as hardware tends to under-report supported levels. |
|
|
*/ |
|
|
*/ |
|
|
#define AV_HWACCEL_FLAG_IGNORE_LEVEL (1 << 0) |
|
|
#define AV_HWACCEL_FLAG_IGNORE_LEVEL (1 << 0) |
|
|
|
|
|
|
|
|