lavc/h264: create AVFrame side data from H.264 timecodes
Create SMPTE ST 12-1 timecodes based on H.264 SEI picture timing info. For framerates > 30 FPS, the field flag is used in conjunction with pairs of frames which contain the same frame timestamp in S12M. Ensure the field is properly set per the spec.
Showing
- libavcodec/h264_sei.c 20 additions, 17 deletionslibavcodec/h264_sei.c
- libavcodec/h264_sei.h 9 additions, 0 deletionslibavcodec/h264_sei.h
- libavcodec/h264_slice.c 38 additions, 0 deletionslibavcodec/h264_slice.c
- libavutil/frame.c 1 addition, 0 deletionslibavutil/frame.c
- libavutil/frame.h 8 additions, 0 deletionslibavutil/frame.h
Loading
Please register or sign in to comment