Hello, All.
 
The raw_codec_id member has been removed from AVInputFormat in FFmpeg 7.0
But now how do I find out codec_tag if after
 
const AVInputFormat * pInpFmt = av_find_input_format("h264");
avformat_open_input(&pFmtCtxInp, url, pInpFmt, &pDic);
 
pInpFmt ->codec_tag is NULL ?
 
Thanks for any help
_______________________________________________
Libav-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/libav-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to