#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
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".