On Mon, 7 Sep 2020 16:33:58 +0200 "Paul B Mahol" <one...@gmail.com> wrote:
> > On Mon, Sep 07, 2020 at 01:14:26PM +0000, Zane van Iperen wrote: > > Signed-off-by: Zane van Iperen <z...@zanevaniperen.com> > > --- > > libavcodec/codec_desc.c | 7 +++++++ > > libavcodec/codec_id.h | 1 + > > libavcodec/version.h | 2 +- > > 3 files changed, 9 insertions(+), 1 deletion(-) > > > > If there is no actual video decoder source code ever > going to be added then no point in adding this. > I asked about this on IRC, and this was suggested. If I leave it at AV_CODEC_ID_NONE, then the ffmpeg CLI complains with "Could not find codec parameters". I don't want to set it to AVMEDIA_TYPE_UNKNOWN because then you lose all the codec parameters. I would like to add a decoder eventually, but I'd have to reverse engineer it. There's also not many samples to work with, so I'm not sure how viable it'd be. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".