mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avformat: add bitpacked demuxer
Allows user can playback bitpacked pixel format directly: ffplay -video_size 1280x720 -pixel_format yuv422p10 test.bitpacked ffplay -f bitpacked -video_size 1280x720 -pixel_format uyvy422 test.yuv Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
This commit is contained in:
parent
7cee3b3718
commit
d590e211a2
4 changed files with 55 additions and 4 deletions
|
|
@ -96,6 +96,7 @@ extern const AVInputFormat ff_bink_demuxer;
|
|||
extern const AVInputFormat ff_binka_demuxer;
|
||||
extern const AVInputFormat ff_bit_demuxer;
|
||||
extern const AVOutputFormat ff_bit_muxer;
|
||||
extern const AVInputFormat ff_bitpacked_demuxer;
|
||||
extern const AVInputFormat ff_bmv_demuxer;
|
||||
extern const AVInputFormat ff_bfstm_demuxer;
|
||||
extern const AVInputFormat ff_brstm_demuxer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue