changeset 9429 | 7a97a554ac80 |
parent 9107 | 4dde5fecffe2 |
child 9998 | 736015b847e3 |
9427:c6c7e68de2a4 | 9429:7a97a554ac80 |
---|---|
28 #include <QList> |
28 #include <QList> |
29 #include <QComboBox> |
29 #include <QComboBox> |
30 |
30 |
31 #include "HWApplication.h" |
31 #include "HWApplication.h" |
32 |
32 |
33 #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(54, 25, 0) |
|
34 #define CodecID AVCodecID |
|
35 #endif |
|
36 |
|
33 struct Codec |
37 struct Codec |
34 { |
38 { |
35 CodecID id; |
39 CodecID id; |
36 bool isAudio; |
40 bool isAudio; |
37 QString shortName; // used for identification |
41 QString shortName; // used for identification |