mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user