| 47 | //////////////////////////////////////////////////////////////////////////////// |
| 48 | |
| 49 | ILAVDecoder *CreateDecoderAVCodec() |
| 50 | { |
| 51 | return new CDecAvcodec(); |
| 52 | } |
| 53 | |
| 54 | //////////////////////////////////////////////////////////////////////////////// |
| 55 | // Create DXVA2 Extended Flags from a AVFrame and AVCodecContext |