[FFmpeg-trac] #11148(avdevice:open): DirectShow (dshow) support lacking beyond device defaults
FFmpeg
trac at avcodec.org
Wed Aug 21 10:06:28 EEST 2024
#11148: DirectShow (dshow) support lacking beyond device defaults
-------------------------------------+-------------------------------------
Reporter: blurbdust | Owner: Diederick
| Niehorster
Type: defect | Status: open
Priority: normal | Component: avdevice
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Changes (by Balling):
* owner: (none) => Diederick Niehorster
* status: new => open
Comment:
> A quick bug is the sample_size argument within libavdevice/dshow.c caps
at 16 bits when the max DirectShow supports is 32 bits.
Wait a second, 32 bits are for video? It says
>The bitdepth attribute specifies the bit depth of the output video, in
bits per pixel.
If this is correct then I imagine it should be indeed.
{{{
+ { "sample_size", "set audio sample size", OFFSET(sample_size),
AV_OPT_TYPE_INT, {.i64 = 0}, 0, 32, DEC },
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11148#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list