|
FFmpeg
|
#include <h264_sei.h>
Data Fields | |
| int | present |
| int | anticlockwise_rotation |
| int | hflip |
| int | vflip |
Definition at line 127 of file h264_sei.h.
| int H264SEIDisplayOrientation::present |
Definition at line 128 of file h264_sei.h.
Referenced by decode_display_orientation(), decode_postinit(), and ff_h264_sei_uninit().
| int H264SEIDisplayOrientation::anticlockwise_rotation |
Definition at line 129 of file h264_sei.h.
Referenced by decode_display_orientation(), and decode_postinit().
| int H264SEIDisplayOrientation::hflip |
Definition at line 130 of file h264_sei.h.
Referenced by decode_display_orientation(), and decode_postinit().
| int H264SEIDisplayOrientation::vflip |
Definition at line 130 of file h264_sei.h.
Referenced by decode_display_orientation(), and decode_postinit().
1.8.6