#4706: av_guess_codec ignores short_name, filename, and mime_type
-------------------------------------+-------------------------------------
             Reporter:  andrewrk     |                    Owner:
                 Type:  defect       |                   Status:  open
             Priority:  minor        |                Component:
              Version:  git-master   |  documentation
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by cehoyos):

 If you know what codec to use calling avcodec_find_encoder_by_name() is
 correct afaict, av_guess_codec() is wrong (it can be useful if you don't
 know the short_name of the codec you want to use).
 Your code looks as if you had issues with avcodec_find_encoder_by_name()
 though: Which issues did you see?

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4706#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to