-
- Downloads
lavc: add a sample_aspect_ratio field to AVFrame
The sample aspect ratio is a per-frame property, so it makes sense to define it in AVFrame rather than in the codec/stream context. Simplify application-level sample aspect ratio information extraction, and allow further simplifications.
Showing
- avplay.c 1 addition, 1 deletionavplay.c
- cmdutils.c 1 addition, 0 deletionscmdutils.c
- libavcodec/avcodec.h 7 additions, 0 deletionslibavcodec/avcodec.h
- libavcodec/pthread.c 1 addition, 0 deletionslibavcodec/pthread.c
- libavcodec/utils.c 2 additions, 0 deletionslibavcodec/utils.c
- libavfilter/vsrc_movie.c 2 additions, 2 deletionslibavfilter/vsrc_movie.c
Loading
Please register or sign in to comment