On Mon, Mar 19, 2018 at 07:35:39PM +0000, Josh de Kock wrote:
> Add an AVClass for AVDevice as the .child_class_next member for lavf's
> AVClass will no longer find devices.
> ---
>  fftools/cmdutils.c     |  10 +++++
>  fftools/ffmpeg_opt.c   |   2 +-
>  libavdevice/Makefile   |   1 +
>  libavdevice/avdevice.h |   1 +
>  libavdevice/options.c  | 115 
> +++++++++++++++++++++++++++++++++++++++++++++++++
>  libavformat/options.c  |  46 +++++++++++---------
>  6 files changed, 154 insertions(+), 21 deletions(-)
>  create mode 100644 libavdevice/options.c

this breaks
./ffmpeg -i somevideo.mp4 -encryption_key 0123456789abcdef0011223344556677  
-encryption_iv aabbccddeeff11335577999876542222 crypto:file-crypt.nut

Unrecognized option 'encryption_iv'.
Error splitting the argument list: Option not found

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The real ebay dictionary, page 2
"100% positive feedback" - "All either got their money back or didnt complain"
"Best seller ever, very honest" - "Seller refunded buyer after failed scam"

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to