| 87 | // we now return you to your regularly scheduled programming. |
| 88 | |
| 89 | typedef struct FFMS_ErrorInfo { |
| 90 | int ErrorType; |
| 91 | int SubType; |
| 92 | int BufferSize; |
| 93 | char *Buffer; |
| 94 | } FFMS_ErrorInfo; |
| 95 | |
| 96 | typedef struct FFMS_VideoSource FFMS_VideoSource; |
| 97 | typedef struct FFMS_AudioSource FFMS_AudioSource; |
nothing calls this directly
no outgoing calls
no test coverage detected