Go to the source code of this file.
Functions | |
| static int | myth_sws_img_convert (AVPicture *dst, PixelFormat dst_pix_fmt, AVPicture *src, PixelFormat pix_fmt, int width, int height) |
Variables | |
| struct SeekAmount | SeekAmounts [] |
| int | SeekAmountsCount = sizeof(SeekAmounts) / sizeof(SeekAmounts[0]) |
| static int myth_sws_img_convert | ( | AVPicture * | dst, | |
| PixelFormat | dst_pix_fmt, | |||
| AVPicture * | src, | |||
| PixelFormat | pix_fmt, | |||
| int | width, | |||
| int | height | |||
| ) | [static] |
Definition at line 795 of file thumbfinder.cpp.
| struct SeekAmount SeekAmounts[] |
{
{"frame", -1},
{"1 second", 1},
{"5 seconds", 5},
{"10 seconds", 10},
{"30 seconds", 30},
{"1 minute", 60},
{"5 minutes", 300},
{"10 minutes", 600},
{"Cut Point", -2},
}
Definition at line 72 of file thumbfinder.cpp.
| int SeekAmountsCount = sizeof(SeekAmounts) / sizeof(SeekAmounts[0]) |
Definition at line 85 of file thumbfinder.cpp.
Referenced by ThumbFinder::changeSeekAmount().
1.6.3